summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 53a4999..be602fb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,22 +10,4 @@ layout: master
{{ content }}
- {% if page.previous %}
- <div class="grid_half">
- <div class="arrow">&larr;</div>
- <div><a class="post" href="{{ page.previous.url }}">{{ page.previous.title }}</a></div>
- </div>
- {% endif %}
-
- {% if page.next %}
- <div class="grid_half right">
- <div class="arrow">&rarr;</div>
- <div><a class="post" href="{{ page.next.url }}">{{ page.next.title }}</a></div>
- </div>
- {% endif %}
-
- {% for post in site.related_posts limit:3 %}
- <a href="{{post.url}}">{{post.title}}</a>
- {% endfor %}
-
</section>