about summary refs log tree commit diff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/custom-webring.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/custom-webring.html b/layouts/partials/custom-webring.html
new file mode 100644
index 0000000..d568b81
--- /dev/null
+++ b/layouts/partials/custom-webring.html
@@ -0,0 +1,17 @@
+<section class="webring">
+  <h2>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>Articles from blogs I read</h2>
+  <section class="articles">
+    {{ partial "webring-articles.html" }}
+  </section>
+  <small class="attribution">
+    Generated by
+    <a href="https://git.sr.ht/~cnx/fead">fead</a>
+  </small>
+</section>