diff options
Diffstat (limited to 'srv/src/http/tpl/post.html')
-rw-r--r-- | srv/src/http/tpl/post.html | 2 |
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> |