diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:09:26 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 11:09:26 +0100 |
commit | 517a416ebd9afb75275998bc257e07404d991cc1 (patch) | |
tree | 6e958c9abe8b948ffd942ea128bf3dbf3578acf1 /templates/entry.html | |
parent | fb4aa7e6db88943c0911c2a398f47465e9c291e6 (diff) | |
download | kyblo-517a416ebd9afb75275998bc257e07404d991cc1.tar.xz |
Fix up paddings
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates/entry.html')
-rw-r--r-- | templates/entry.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/entry.html b/templates/entry.html index e9acc7a..ec28fe4 100644 --- a/templates/entry.html +++ b/templates/entry.html @@ -10,17 +10,13 @@ {{ content }} </div> </article> +<div id="post-nav"> {% if older and newer%} -<div> <a href="{{ older['file'] }}.html">Older</a> — <a href="{{ newer['file'] }}.html">Newer</a> -</div> {% elif older %} -<div> <a href="{{ older['file'] }}.html">Older</a> -</div> {% elif newer %} -<div> <a href="{{ newer['file'] }}.html">Newer</a> -</div> {% endif %} +</div> {% endblock %} |