about summary refs log tree commit diff
path: root/layouts/partials/custom-webring.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/custom-webring.html')
-rw-r--r--layouts/partials/custom-webring.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/layouts/partials/custom-webring.html b/layouts/partials/custom-webring.html
index 604afc4..3dd9977 100644
--- a/layouts/partials/custom-webring.html
+++ b/layouts/partials/custom-webring.html
@@ -1,17 +1,16 @@
 <section class="webring">
   <h2 class="no-prefix">Fediring</h2>
-  Look at my fedi fellows' sites:
-  <ol>
-    <li style="list-style-type: '← ';"><a href="https://fediring.net/previous?host=xrvs.net">Previous site</a></li>
-    <li style="list-style-type: '? ';"><a href="https://fediring.net/">What is Fediring?</a></li>
-    <li style="list-style-type: '→ ';"><a href="https://fediring.net/next?host=xrvs.net">Next site</a></li>
-  </ol>
-  <h2 class="no-prefix">Articles from blogs I read</h2>
-  <section class="articles">
+  <ul>
+    <li><a href="https://fediring.net/" hreflang="en">{{ i18n "aboutFediring" }}</a></li>
+    <li><a class="prev-link" href="https://fediring.net/previous?host=example.com">{{ i18n "prev" }}</a></li>
+    <li><a class="random-link" href="https://fediring.net/random">{{ i18n "random" }}</a></li>
+    <li><a class="next-link" href="https://fediring.net/next?host=example.com">{{ i18n "next" }}</a></li>
+  </ul>
+  <h2 class="no-prefix">{{ i18n "otherSites" }}</h2>
+  <div class="articles">
     {{ partial "webring-articles.html" }}
-  </section>
+  </div>
   <small class="attribution">
-    Generated by
-    <a href="https://git.sr.ht/~cnx/fead">fead</a>
+    {{ i18n "feadAttribution" | safeHTML }}
   </small>
 </section>