summaryrefslogtreecommitdiff
path: root/layout/item.html
diff options
context:
space:
mode:
authorGabriel Bordeaux <gabrielbordeaux@gmail.com>2018-03-21 15:21:42 -0400
committerGitHub <noreply@github.com>2018-03-21 15:21:42 -0400
commit1e2ada143b804b64ad546343c69c2c249b36c9a5 (patch)
treeed221fbf8bece03565fc03354d4955da36496b66 /layout/item.html
parent62d0aa159fc046a27bed47e337d787a08f4687d0 (diff)
Use template name for blog path
Diffstat (limited to 'layout/item.html')
-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>