diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-16 09:51:29 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-16 09:51:29 +0700 |
commit | 869281da4402d0bdf572eaaae987f5c902813117 (patch) | |
tree | 408531213a4a7440cfe06f5da43e5e73efbf3c17 | |
parent | 3f547c083688ddfd501686f5e22606c85b4f43e9 (diff) | |
download | blog-869281da4402d0bdf572eaaae987f5c902813117.tar.gz |
Update webring format
-rw-r--r-- | webring.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webring.template b/webring.template index 1238f4b..ea5d1b6 100644 --- a/webring.template +++ b/webring.template @@ -1,10 +1,6 @@ <section class="webring"> <h2> Articles from blogs I read - <small class="attribution"> - Generated by - <a href="https://git.sr.ht/~sircmpwn/openring">openring</a> - </small> </h2> <section class="articles"> {{range .Articles}} @@ -22,4 +18,8 @@ </div> {{end}} </section> + <small class="attribution"> + Generated by + <a href="https://git.sr.ht/~sircmpwn/openring">openring</a> + </small> </section> |