diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:42:58 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:42:58 +0800 |
commit | 9407906d08b2f7e493996e3924c42f6cf90b29a8 (patch) | |
tree | e1a42c9635f9c0605259af67df23dcc640b2728f /www/layouts/home.html | |
parent | 6d96abc1a4be308c7679797abdff8d9f02067ccd (diff) | |
download | crupest-dev.tar.gz crupest-dev.tar.bz2 crupest-dev.zip |
www: move date label and add hr on list page.dev
Diffstat (limited to 'www/layouts/home.html')
-rw-r--r-- | www/layouts/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/layouts/home.html b/www/layouts/home.html index 3cfc455..38f7604 100644 --- a/www/layouts/home.html +++ b/www/layouts/home.html @@ -45,7 +45,7 @@ </ul> </div> </section> - <hr> + <hr/> {{ with .GetPage "/posts" }} <section id="recent-posts"> <h2>Recent Posts <a class="mono-link" href="{{ .RelPermalink }}">(all)</a></h2> @@ -55,7 +55,7 @@ }} </section> {{ end }} - <hr> + <hr/> <section> <h2 id="friends">My Friends <small>(more links are being collected ...)</small></h2> <div id="friends-container"> |