summaryrefslogtreecommitdiffstats
path: root/layouts/stream
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-25 20:44:40 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-25 20:44:40 +0100
commitd5f140f3ede89b6fe1b6e29231b9842726b89d10 (patch)
tree38425fda0d46ed64ebfb6d59dc3bea0fba52ebdf /layouts/stream
parentd9a2d5463d704b36b03d9fe2bebbcdcff198bbb8 (diff)
now able to assign tags to stream posts
Diffstat (limited to 'layouts/stream')
-rw-r--r--layouts/stream/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html
index 1987b21..bf83b80 100644
--- a/layouts/stream/list.html
+++ b/layouts/stream/list.html
@@ -2,8 +2,8 @@
{{ .Content }}
-{{ range where site.RegularPages "Section" "stream" }}
- <h3>{{ .Date.Format "Monday, 2 January 2006" }}</h3>
+{{ range where site.RegularPages "Section" "stream" }}
+<h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3>
{{ .Content }}
<hr class="new1">
{{ end }}