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/list.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/list.html')
-rw-r--r-- | www/layouts/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/layouts/list.html b/www/layouts/list.html index be33d10..1d4ec56 100644 --- a/www/layouts/list.html +++ b/www/layouts/list.html @@ -5,6 +5,7 @@ {{ define "content" }} {{ partial "nav.html" . }} <h1>{{ .Title }}</h1> + <hr/> {{ partial "preview/posts.html" (dict "h" "h3" "pages" .RegularPages |