summaryrefslogtreecommitdiffstats
path: root/layouts/stream
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-22 21:23:16 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-22 21:23:16 +0100
commite004f704ee4a380122dfbac8ab1a94a9e794d8a0 (patch)
tree98c9217ed37e074be9a5c355ea718b3495fce05f /layouts/stream
parent0c90ee0f3c1c5a7ca88a028d2bd0d113de61e8a1 (diff)
wip: sorting out pagination
Diffstat (limited to 'layouts/stream')
-rw-r--r--layouts/stream/list.html8
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);">