summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:24:39 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:26:31 -0600
commitbb6c715a0ec9470c2cd5fdf5f86a2bf0b2c41f39 (patch)
tree000995bbac01f4f350dd410668e196bde6db0ea0 /srv/src/http/tpl/post.html
parentc06dd5c5873f7d2c96946dd2414687e8b0eb71f3 (diff)
more polish, use table on index page
Diffstat (limited to 'srv/src/http/tpl/post.html')
-rw-r--r--srv/src/http/tpl/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/http/tpl/post.html b/srv/src/http/tpl/post.html
index d4b24f4..c7ffc30 100644
--- a/srv/src/http/tpl/post.html
+++ b/srv/src/http/tpl/post.html
@@ -22,7 +22,7 @@
{{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }}
<hr/>
<p><em>
- If you liked this post, consider checking out other posts in the series:<br/>
+ This post is part of a series.<br/>
{{ if .Payload.SeriesPrevious }}
Previously: <a href="{{ PostURL .Payload.SeriesPrevious.ID }}">{{ .Payload.SeriesPrevious.Title }}</a>