diff options
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> |
