summaryrefslogtreecommitdiffstats
path: root/_post.html
diff options
context:
space:
mode:
authorfarthen <monkey@farthen.de>2013-09-04 07:09:17 +0200
committerfarthen <monkey@farthen.de>2013-09-04 07:09:17 +0200
commitee55b9cdfafb92664045702c9297c00af269386c (patch)
treeac0560c4f6180f7838a4a0cc591dd3cbc0e5000a /_post.html
parent7204e4f76094670733fcb6930afcb08f4920e6a8 (diff)
downloadwww-ee55b9cdfafb92664045702c9297c00af269386c.tar.gz
www-ee55b9cdfafb92664045702c9297c00af269386c.tar.bz2
www-ee55b9cdfafb92664045702c9297c00af269386c.zip
Opsies, fixed missing /
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 12e0c9e..51b24cd 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="{{ site.url }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
</p>
{{ entry.body }}