diff options
Diffstat (limited to 'layout')
-rw-r--r-- | layout/item.html | 2 |
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 }} <a class="more" href="{{ base_path }}/blog/{{ slug }}/">...</a> +{{ summary }} <a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a> </p> <div> <a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a> |