diff options
author | Gabriel Bordeaux <gabrielbordeaux@gmail.com> | 2018-03-21 15:21:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 15:21:42 -0400 |
commit | 1e2ada143b804b64ad546343c69c2c249b36c9a5 (patch) | |
tree | ed221fbf8bece03565fc03354d4955da36496b66 /layout | |
parent | 62d0aa159fc046a27bed47e337d787a08f4687d0 (diff) |
Use template name for blog path
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> |