diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-12-21 08:29:55 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-12-21 08:29:55 +0700 |
commit | af6561071ca3b055290a40e82947e1eaff1ed9ad (patch) | |
tree | 382d222a3abb9f2623039a000cd9fa9215350f5b /webring.template | |
parent | 0b2d7d78ea5794f73b80b1af7d5edecee53e1a68 (diff) | |
download | blog-af6561071ca3b055290a40e82947e1eaff1ed9ad.tar.gz |
Make links easier to tell apart
Diffstat (limited to 'webring.template')
-rw-r--r-- | webring.template | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/webring.template b/webring.template index 7fe5852..1979e7d 100644 --- a/webring.template +++ b/webring.template @@ -1,9 +1,11 @@ <section class="webring"> <h2>Fediring</h2> Look at my fedi fellows' sites: - <a href="https://fediring.net/previous?host=example.com">Previous site</a> - <a href="https://fediring.net/">What is Fediring?</a> - <a href="https://fediring.net/next?host=example.com">Next site</a> + <ol style="list-style-type: none;"> + <li><a href="https://fediring.net/previous?host=huyngo.envs.net">Previous site</a></li> + <li><a href="https://fediring.net/">What is Fediring?</a></li> + <li><a href="https://fediring.net/next?host=huyngo.envs.net">Next site</a></li> + </ol> <h2>Articles from blogs I read</h2> <section class="articles"> {{range .Articles}} |