diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 09:02:39 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 09:02:39 +0100 |
commit | af3e06cd0ff699e18d65cd0aed212b363221c12b (patch) | |
tree | 5f6d9f31d88f2bdac1fe808cc581fa39d9f3f82d /layouts/stream/list.html | |
parent | 9d02a6e1b185d15dbdedfa6f2b26e85b78fac228 (diff) |
added permalink to stream post
Diffstat (limited to '')
-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 8b7c961..fd87753 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -19,6 +19,8 @@ </div> {{ end }} </div> + <span><small><a href="{{ "stream" | absURL }}/#{{ .Date.Format "Monday 2 January 2006" | urlize}}">permalink</a></small></span> + <hr class="new1"> {{ end }} |