summaryrefslogtreecommitdiffstats
path: root/_post.html
diff options
context:
space:
mode:
authorfarthen <monkey@farthen.de>2013-09-04 06:35:47 +0200
committerfarthen <monkey@farthen.de>2013-09-04 06:35:47 +0200
commit60410f7b46391df81bf4e07629a2e45ec6540868 (patch)
treef0ac5adb6ca88afd879d3bb2c33dc1fa0f09fea0 /_post.html
parentc1cda73b6c9401973e549562312d3cd513e9c2d2 (diff)
downloadwww-60410f7b46391df81bf4e07629a2e45ec6540868.tar.gz
www-60410f7b46391df81bf4e07629a2e45ec6540868.tar.bz2
www-60410f7b46391df81bf4e07629a2e45ec6540868.zip
does this fix it?
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 f417047..d59302e 100644
--- a/_post.html
+++ b/_post.html
@@ -7,7 +7,7 @@
<small>{{ entry.date.strftime('%d %B %Y ') }}</small>
</h1>
<p>
- <a href="/{{ base_path(site.url) }}{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
+ <a href="{{ base_path(entry.site.url) }}/{{ entry.path.split("/")[0] }}">Zurück zur Übersicht</a>
</p>
{{ entry.body }}