aboutsummaryrefslogtreecommitdiff
path: root/layouts/section.html
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-06-28 11:20:24 -0700
committerben <ben@nagy.contact>2025-06-28 11:20:24 -0700
commita1ebb1c85ae6d749170ce4e9b18f0bdec92d27e8 (patch)
tree9983326f35a9186d82866a16ed230a5ccfbbfa11 /layouts/section.html
parent648de6962e963cd4147fa849f38d023c16a1ff49 (diff)
bare
Diffstat (limited to 'layouts/section.html')
-rw-r--r--layouts/section.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/section.html b/layouts/section.html
new file mode 100644
index 0000000..50fc92d
--- /dev/null
+++ b/layouts/section.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+ {{ range .Pages }}
+ <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
+ {{ .Summary }}
+ {{ end }}
+{{ end }}