about summary refs log tree commit diff
path: root/webring.template
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-16 09:51:29 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-16 09:51:29 +0700
commit869281da4402d0bdf572eaaae987f5c902813117 (patch)
tree408531213a4a7440cfe06f5da43e5e73efbf3c17 /webring.template
parent3f547c083688ddfd501686f5e22606c85b4f43e9 (diff)
downloadblog-869281da4402d0bdf572eaaae987f5c902813117.tar.gz
Update webring format
Diffstat (limited to 'webring.template')
-rw-r--r--webring.template8
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>