diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-11-12 16:18:45 -0500 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-11-12 16:18:45 -0500 |
commit | 5ed62d23b4bbbf7717de4adfa0eaf2af19365408 (patch) | |
tree | aa3285b40f9905e45b33f61b77afa06a0d33a790 /_layouts | |
parent | 886684ec4c0a3d032a974ae8b8e29fb0e0632125 (diff) |
add viz 2 post
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 27bec33..98a0536 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -42,7 +42,7 @@ layout: default {% endfor %} {% if prev or next %} <p class="light"><em> - This post is part of a series<br/> + This post is part of a series:<br/> {% if prev %} Previously: <a href="{{ prev.url | relative_url }}">{{ prev.title }}</a></br> {% endif %} @@ -67,7 +67,7 @@ layout: default {% if prev or next %} <p class="light"><em> - This post is part of a series<br/> + If you liked this post, consider checking out other posts in the series:<br/> {% if prev %} Previously: <a href="{{ prev.url | relative_url }}">{{ prev.title }}</a></br> {% endif %} |