diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-11 07:55:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-11 07:55:14 -0800 |
| commit | ca0afc346b9ffdd8a3056849328d5f0d7e429dc3 (patch) | |
| tree | 0e1fda3bd8b88a7fdfcfc90e92763144170c7a08 /_layouts/post.html | |
| parent | Move article from drafts to posts. (diff) | |
| download | lumberjaph-ca0afc346b9ffdd8a3056849328d5f0d7e429dc3.tar.gz | |
Remove navigation arrows.
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 13 |
1 files changed, 0 insertions, 13 deletions
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 <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> -{% if page.previous.url %} - <p id="bigleft"><a href="{{page.previous.url}}">«</a></p><br /> -{% endif %} -{% if page.next.url %} - <p id="bigright"><a href="{{page.next.url}}">»</a></p> -{% endif %} - <div id="entry"> {{ content }} <p class="timestamp"> - {% if page.previous.url %} - <a href="{{page.previous.url}}">« {{page.previous.title}}</a> | - {% endif %} {{ page.date | date_to_string }} - {% if page.next.url %} - | <a href="{{page.next.url}}">{{page.next.title}} »</a> - {% endif %} </p> </div> |
