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