Created
January 3, 2012 09:39
-
-
Save glidenote/1554272 to your computer and use it in GitHub Desktop.
related_posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index d3c42e3..cd4c710 100644 | |
--- a/source/_layouts/post.html | |
+++ b/source/_layouts/post.html | |
@@ -15,6 +15,9 @@ single: true | |
{% unless page.sharing == false %} | |
{% include post/sharing.html %} | |
{% endunless %} | |
+ {% unless page.related_posts == false %} | |
+ {% include post/related_posts.html %} | |
+ {% endunless %} | |
<p class="meta"> | |
{% if page.previous.url %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment