diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-30 12:02:36 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-30 12:02:36 -0400 |
commit | 29651298628bbd0fbdccbf169a09853f084284c3 (patch) | |
tree | c707944907ea7a3fee3dba412cba4d8295c6519a /_layouts | |
parent | 657810acf16a4ba1cbfd524bfa323c01b52c9766 (diff) |
layout tweaks
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 01e2484..1ff0a3e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,9 +29,9 @@ layout: master </div> <div class="center"> - <p><em>— Related Posts —</em></p> + <!-- <p>you may also enjoy…</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> |