Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
🐛 fix(social): fix webring arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
punkfairie committed Sep 29, 2024
1 parent f0b4dcb commit 125f439
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 118 deletions.
14 changes: 6 additions & 8 deletions src/_includes/site-social.liquid
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<div class="Social-webring">
<a href="https://hotlinewebring.club/punkfairie/previous" class="Social-webringArrow">
<<< /a>
<a href="https://hotlinewebring.club/" target="_blank" class="Social-webringLink">hotline</a>
<a href="https://hotlinewebring.club/punkfairie/next" class="Social-webringArrow">>></a>
<a href="https://hotlinewebring.club/punkfairie/previous" class="Social-webringArrow">&lt;&lt;</a>
<a href="https://hotlinewebring.club/" target="_blank" class="Social-webringLink">hotline</a>
<a href="https://hotlinewebring.club/punkfairie/next" class="Social-webringArrow">&gt;&gt;</a>
</div>

<div class="Social-webring">
<a href="https://webring.dinhe.net/prev/https://punkfairie.net" class="Social-webringArrow">
<<< /a>
<a href="https://webring.dinhe.net/" target="_blank" class="Social-webringLink">retronaut</a>
<a href="https://webring.dinhe.net/next/https://punkfairie.net" class="Social-webringArrow">>></a>
<a href="https://webring.dinhe.net/prev/https://punkfairie.net" class="Social-webringArrow">&lt;&lt;</a>
<a href="https://webring.dinhe.net/" target="_blank" class="Social-webringLink">retronaut</a>
<a href="https://webring.dinhe.net/next/https://punkfairie.net" class="Social-webringArrow">&gt;&gt;</a>
</div>

<div class="Social-webring">
Expand Down
Loading

0 comments on commit 125f439

Please sign in to comment.