From ca0afc346b9ffdd8a3056849328d5f0d7e429dc3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Jan 2014 07:55:14 -0800 Subject: Remove navigation arrows. --- _layouts/post.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 37a7066..a7d2358 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,26 +7,13 @@ layout: default

{{ page.title }}

-{% if page.previous.url %} -

«


-{% endif %} -{% if page.next.url %} -

»

-{% endif %} -
{{ content }}

- {% if page.previous.url %} - « {{page.previous.title}} | - {% endif %} {{ page.date | date_to_string }} - {% if page.next.url %} - | {{page.next.title}} » - {% endif %}

-- cgit v1.2.3