diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-10 08:06:09 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-10 08:06:09 -0800 |
| commit | 1bdd76c6bb076289d87da6f7a1a008b85ed205a7 (patch) | |
| tree | 34fa8296ec598dda7caa52d75d42e289f6cd547e /index.html | |
| parent | Change the title of the archives page (diff) | |
| download | lumberjaph-1bdd76c6bb076289d87da6f7a1a008b85ed205a7.tar.gz | |
Cleanup the index (remove whitespace)
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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}}">«</a></p><br /> -{% endif %} -{% if post.next.url %} - <p id="bigright"><a href="{{post.next.url}}">»</a></p> -{% endif %} +{% endif %} +{% if post.next.url %} + <p id="bigright"><a href="{{post.next.url}}">»</a></p> +{% endif %} <div id="entry"> {{ post.content }} <p class="timestamp"> - {% if post.previous.url %} + {% if post.previous.url %} <a href="{{post.previous.url}}">« {{post.previous.title}}</a> | {% endif %} {{ post.date | date_to_string }} - {% if post.next.url %} - | <a href="{{post.next.url}}">{{post.next.title}} »</a> - {% endif %} + {% if post.next.url %} + | <a href="{{post.next.url}}">{{post.next.title}} »</a> + {% endif %} </p> </div> |
