diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-22 21:23:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-22 21:23:16 +0100 |
commit | e004f704ee4a380122dfbac8ab1a94a9e794d8a0 (patch) | |
tree | 98c9217ed37e074be9a5c355ea718b3495fce05f /layouts/stream | |
parent | 0c90ee0f3c1c5a7ca88a028d2bd0d113de61e8a1 (diff) |
wip: sorting out pagination
Diffstat (limited to 'layouts/stream')
-rw-r--r-- | layouts/stream/list.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html index 0249c4f..1074cdd 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -8,7 +8,13 @@ <h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3> -{{ .Content }} +<div style="margin-bottom: 1em;"> + {{ .Summary }} +</div> +<div style="margin-bottom: 1em;"> + <a href="{{ .RelPermalink }}">Read more...</a> +</div> + {{ if .Params.tags }} <div style="background-color: rgb(240, 240, 240);"> |