summaryrefslogtreecommitdiffstats
path: root/_post.html
diff options
context:
space:
mode:
Diffstat (limited to '_post.html')
-rw-r--r--_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_post.html b/_post.html
index f960426..12e0c9e 100644
--- a/_post.html
+++ b/_post.html
@@ -7,7 +7,7 @@
<small>{{ entry.date.strftime('%d %B %Y ') }}</small>
</h1>
<p>
- <a href="{{ entry.site.url }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
+ <a href="{{ entry.site.url }}{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
</p>
{{ entry.body }}