summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 01e2484..1ff0a3e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -29,9 +29,9 @@ layout: master
</div>
<div class="center">
- <p><em>&mdash; Related Posts &mdash;</em></p>
+ <!-- <p>you may also enjoy&hellip;</p> -->
{% for post in site.related_posts limit:3 %}
- <p><a href="{{ post.url }}">{{ post.title }}</a></p>
+ <p class="sans"><a href="{{ post.url }}">{{ post.title }}</a></p>
{% endfor %}
</div>
</div>