diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 08:41:18 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 08:41:18 +0100 |
commit | 9d02a6e1b185d15dbdedfa6f2b26e85b78fac228 (patch) | |
tree | 98118e970ff75c55039ce43fae064b32d16daa2b /layouts/stream | |
parent | f21374361cf3ee4389becc32f5222508dbb383d6 (diff) |
added back missing link
Diffstat (limited to 'layouts/stream')
-rw-r--r-- | layouts/stream/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html index a45ef0b..8b7c961 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -1,5 +1,7 @@ {{ define "main" }} +{{ .Content }} + {{ range where site.RegularPages "Section" "stream" }} <h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3> |