summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-12-10 08:06:09 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-12-10 08:06:09 -0800
commit1bdd76c6bb076289d87da6f7a1a008b85ed205a7 (patch)
tree34fa8296ec598dda7caa52d75d42e289f6cd547e
parentChange the title of the archives page (diff)
downloadlumberjaph-1bdd76c6bb076289d87da6f7a1a008b85ed205a7.tar.gz
Cleanup the index (remove whitespace)
-rw-r--r--index.html18
1 files 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
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
-{% if post.previous.url %}
+{% if post.previous.url %}
<p id="bigleft"><a href="{{post.previous.url}}">&laquo;</a></p><br />
-{% endif %}
-{% if post.next.url %}
- <p id="bigright"><a href="{{post.next.url}}">&raquo;</a></p>
-{% endif %}
+{% endif %}
+{% if post.next.url %}
+ <p id="bigright"><a href="{{post.next.url}}">&raquo;</a></p>
+{% endif %}
<div id="entry">
{{ post.content }}
<p class="timestamp">
- {% if post.previous.url %}
+ {% if post.previous.url %}
<a href="{{post.previous.url}}">&laquo; {{post.previous.title}}</a> |
{% endif %}
{{ post.date | date_to_string }}
- {% if post.next.url %}
- | <a href="{{post.next.url}}">{{post.next.title}} &raquo;</a>
- {% endif %}
+ {% if post.next.url %}
+ | <a href="{{post.next.url}}">{{post.next.title}} &raquo;</a>
+ {% endif %}
</p>
</div>