From 1bdd76c6bb076289d87da6f7a1a008b85ed205a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 10 Dec 2013 08:06:09 -0800 Subject: Cleanup the index (remove whitespace) --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ef048d2..6ff84a4 100644 --- a/index.html +++ b/index.html @@ -6,26 +6,26 @@ layout: default

{{ post.title }}

-{% if post.previous.url %} +{% if post.previous.url %}

«


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

»

-{% endif %} +{% endif %} +{% if post.next.url %} +

»

+{% endif %}
{{ post.content }}

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

-- cgit v1.2.3