summaryrefslogtreecommitdiff
path: root/themes/plaintext/layouts/_default/list.html
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-24 08:48:46 +0100
committerclaw0ry <me@claw0ry.net>2025-01-24 08:48:46 +0100
commit0c934b248a7dc45e2d09a55818b85c72943cc986 (patch)
treefb2048b93be74b0307d5431ae57f28d019f450c7 /themes/plaintext/layouts/_default/list.html
parenttheme: new favicon (diff)
collections: new page
Diffstat (limited to 'themes/plaintext/layouts/_default/list.html')
-rw-r--r--themes/plaintext/layouts/_default/list.html1
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 }}