summaryrefslogtreecommitdiffstats
path: root/layouts/stream/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/stream/list.html')
-rw-r--r--layouts/stream/list.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html
index 1074cdd..000d00e 100644
--- a/layouts/stream/list.html
+++ b/layouts/stream/list.html
@@ -8,11 +8,14 @@
<h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3>
+{{ if $paginator.HasPrev }}
+ <p>this page is paginated</p>
+{{ else }}
+ <p>this page is NOT paginated</p>
+{{ end }}
+
<div style="margin-bottom: 1em;">
- {{ .Summary }}
-</div>
-<div style="margin-bottom: 1em;">
- <a href="{{ .RelPermalink }}">Read more...</a>
+ {{ .Content }}
</div>