diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
commit | 35e9f6324dba0757e7c967fab6d000e44b4d5074 (patch) | |
tree | 6750e147708092e0397ee2f581f2c9ccd1c00455 /layouts/partials/custom-webring.html | |
parent | 46b1e6c785c9e15e721faa54d6e979c5c226c1a3 (diff) | |
download | blog-35e9f6324dba0757e7c967fab6d000e44b4d5074.tar.gz |
Update theme
Diffstat (limited to 'layouts/partials/custom-webring.html')
-rw-r--r-- | layouts/partials/custom-webring.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/custom-webring.html b/layouts/partials/custom-webring.html index d568b81..604afc4 100644 --- a/layouts/partials/custom-webring.html +++ b/layouts/partials/custom-webring.html @@ -1,12 +1,12 @@ <section class="webring"> - <h2>Fediring</h2> + <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>Articles from blogs I read</h2> + <h2 class="no-prefix">Articles from blogs I read</h2> <section class="articles"> {{ partial "webring-articles.html" }} </section> |