diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:39:49 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:39:49 +0700 |
commit | 681122cf9896a40f4c3105bb1624f50267a1bb1c (patch) | |
tree | 1ce6f46b186dd9eeae165aba3561c37070dc70ed /layouts | |
parent | dc5196c0577ca31b827bb6185771a63038c8d864 (diff) | |
download | blog-681122cf9896a40f4c3105bb1624f50267a1bb1c.tar.gz |
Add custom webring big template
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/custom-webring.html | 17 |
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> |