diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-04-24 11:15:04 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-04-24 11:15:04 -0400 |
| commit | 544ced362819ae9bd2abd9c12480f76945b368aa (patch) | |
| tree | 84695604c33c6266a65d63759e3474c9bd87892e /layouts/term.html | |
| parent | 8dfec6a37d8adb55d500df1866901e3ee0d3c067 (diff) | |
| download | samanthony.xyz-master.zip | |
Diffstat (limited to 'layouts/term.html')
| -rw-r--r-- | layouts/term.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/term.html b/layouts/term.html index 2a99edb..a44796a 100644 --- a/layouts/term.html +++ b/layouts/term.html @@ -1,6 +1,6 @@ {{ define "main" }} - {{- $term := .Data -}} - <h1 class="title">Pages with {{ $term.Singular | humanize }} ‘{{ .Title }}’</h1> - {{ .Content }} - {{- partial "pages.html" . -}} +{{- $term := .Data -}} +<h1 class="title">Pages with {{ $term.Singular | humanize }} ‘{{ .Title }}’</h1> +{{ .Content }} +{{- partial "pages.html" . -}} {{ end }} |