chore: deduplicate permalinks; fix sitemap; organize
This commit is contained in:
parent
b40986256a
commit
ae1cb3dc5e
64 changed files with 94 additions and 31 deletions
16
src/includes/webrings/css-joy.liquid
Normal file
16
src/includes/webrings/css-joy.liquid
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div class="webring-wrapper">
|
||||
<a href="https://cs.sjoy.lol">
|
||||
<h3 class="text-centered">CSS JOY Webring</h3>
|
||||
</a>
|
||||
<div class="webring-navigation flex-centered justify-centered">
|
||||
<a href="https://webri.ng/webring/cssjoy/previous?via=https://coryd.dev/webrings">
|
||||
{% tablericon "arrow-left" "Previous site" %}
|
||||
</a>
|
||||
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings">
|
||||
{% tablericon "dice-3" "Random site" %}
|
||||
</a>
|
||||
<a href="https://webri.ng/webring/cssjoy/next?via=https://coryd.dev/webrings">
|
||||
{% tablericon "arrow-right" "Next site" %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
28
src/includes/webrings/the-claw.liquid
Normal file
28
src/includes/webrings/the-claw.liquid
Normal file
|
@ -0,0 +1,28 @@
|
|||
<div class="webring-wrapper">
|
||||
<div class="flex-centered justify-centered">
|
||||
<img
|
||||
srcset="
|
||||
https://cdn.coryd.dev/{{ logo }}?class=w200 200w,
|
||||
https://cdn.coryd.dev/{{ logo }}?class=w400 400w,
|
||||
https://cdn.coryd.dev/{{ logo }}?class=w800 800w,
|
||||
https://cdn.coryd.dev/{{ logo }}?class=w1600 1600w
|
||||
"
|
||||
sizes="(max-width: 450px) 200px,
|
||||
(max-width: 850px) 400px,
|
||||
(max-width: 1000px) 800px,
|
||||
1600px"
|
||||
src="https://cdn.coryd.dev/{{ logo }}?class=1600"
|
||||
alt="The Claw Webring"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
width="200"
|
||||
height="169"
|
||||
/>
|
||||
</div>
|
||||
<h3 class="text-centered">The Claw Webring</h3>
|
||||
<div class="flex-centered justify-centered">
|
||||
<strong>
|
||||
<a class="no-underline" href="https://github.com/whitep4nth3r/the-claw-webring">Join!</a>
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
Reference in a new issue