summaryrefslogtreecommitdiffstats
path: root/_post.html
diff options
context:
space:
mode:
authorfarthen <monkey@farthen.de>2013-09-05 02:39:20 +0200
committerfarthen <monkey@farthen.de>2013-09-05 02:39:20 +0200
commitcfdf1d223ae71ddce49525a6efe33af9f68eb67d (patch)
tree56d9a00afff1d89c52cf8999c9812c707ca1cb2b /_post.html
parent329786b111bcf5d510ac6549f408be91e985f2c9 (diff)
downloadwww-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.tar.gz
www-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.tar.bz2
www-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.zip
Improve readability on small devices, especially posts, headers and lists
Diffstat (limited to '_post.html')
-rw-r--r--_post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_post.html b/_post.html
index 51b24cd..c00cff8 100644
--- a/_post.html
+++ b/_post.html
@@ -2,13 +2,13 @@
{% block content %}
<div id="blog-show">
+ <p id="back-link">
+ <a href="{{ site.url }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
+ </p>
+ <div id="post-date"><h1><small>{{ entry.date.strftime('%d %B %Y ') }}</small></h1></div>
<h1>
{{ entry.title|typogrify }}
- <small>{{ entry.date.strftime('%d %B %Y ') }}</small>
</h1>
- <p>
- <a href="{{ site.url }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
- </p>
{{ entry.body }}