diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-04-23 01:19:27 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-04-23 01:19:27 +0700 |
commit | 40f57ed72a601d8489a180f3bd9acd5e6c20d323 (patch) | |
tree | 6dd84fffd42e809f5123333deb8bb1a366a97cfc /layouts/partials/custom-webring.html | |
parent | 2cff39c15ffb512f87ed5f8a2f71603e9ff2d4c7 (diff) | |
download | blog-40f57ed72a601d8489a180f3bd9acd5e6c20d323.tar.gz |
Update theme
Diffstat (limited to 'layouts/partials/custom-webring.html')
-rw-r--r-- | layouts/partials/custom-webring.html | 21 |
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> |