diff options
-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> |