Finish support for list page subtitle

Fixes #27 (as long as I didn't miss anything)
This commit is contained in:
2023-01-22 16:43:09 -06:00
parent 8ef1e3840a
commit 3fae019148
3 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,10 @@
{{ partial "rss-link.html" . }}
</h1>
{{ with .Content }}
{{ . }}
{{ end }}
<div class="list-page-content">
{{ with .Sections }}
<div class="sections">