From 1242be7cfec1faa6a880d625307e32a1a91937ac Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 08:36:52 -0600 Subject: Implement posts index page --- srv/src/api/tpl/post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'srv/src/api/tpl/post.html') diff --git a/srv/src/api/tpl/post.html b/srv/src/api/tpl/post.html index c5c3c96..fadab3c 100644 --- a/srv/src/api/tpl/post.html +++ b/srv/src/api/tpl/post.html @@ -19,10 +19,10 @@

This post is part of a series:
{{ if .Payload.SeriesPrevious }} - Previously: {{ .Payload.SeriesPrevious.Title }}
+ Previously: {{ .Payload.SeriesPrevious.Title }}
{{ end }} {{ if .Payload.SeriesNext }} - Next: {{ .Payload.SeriesNext.Title }}
+ Next: {{ .Payload.SeriesNext.Title }}
{{ end }}

{{ end }} @@ -35,10 +35,10 @@

If you liked this post, consider checking out other posts in the series:
{{ if .Payload.SeriesPrevious }} - Previously: {{ .Payload.SeriesPrevious.Title }}
+ Previously: {{ .Payload.SeriesPrevious.Title }}
{{ end }} {{ if .Payload.SeriesNext }} - Next: {{ .Payload.SeriesNext.Title }}
+ Next: {{ .Payload.SeriesNext.Title }}
{{ end }}

{{ end }} -- cgit v1.2.3