summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
committerBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
commit29651298628bbd0fbdccbf169a09853f084284c3 (patch)
treec707944907ea7a3fee3dba412cba4d8295c6519a /_layouts
parent657810acf16a4ba1cbfd524bfa323c01b52c9766 (diff)
layout tweaks
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>