diff options
author | claw0ry <me@claw0ry.net> | 2025-01-24 08:48:46 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-24 08:48:46 +0100 |
commit | 0c934b248a7dc45e2d09a55818b85c72943cc986 (patch) | |
tree | fb2048b93be74b0307d5431ae57f28d019f450c7 /themes/plaintext/layouts/_default | |
parent | theme: new favicon (diff) |
collections: new page
Diffstat (limited to 'themes/plaintext/layouts/_default')
-rw-r--r-- | themes/plaintext/layouts/_default/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/plaintext/layouts/_default/list.html b/themes/plaintext/layouts/_default/list.html index 50fc92d..c006d7e 100644 --- a/themes/plaintext/layouts/_default/list.html +++ b/themes/plaintext/layouts/_default/list.html @@ -1,6 +1,7 @@ {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} + {{ range .Pages }} <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> {{ .Summary }} |