summaryrefslogtreecommitdiffstats
path: root/_post.html
diff options
context:
space:
mode:
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 }}