summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
Diffstat (limited to 'layout')
-rw-r--r--layout/item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/item.html b/layout/item.html
index b16a097..0a1b712 100644
--- a/layout/item.html
+++ b/layout/item.html
@@ -2,7 +2,7 @@
<h2><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h2>
<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
<p class="summary">
-{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/blog/{{ slug }}/">...</a>
+{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a>
</p>
<div>
<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a>