summaryrefslogtreecommitdiff
path: root/layout/item.html
blob: b16a09772ceae9c83255cd0cc29389bbc7d94c16 (plain)
1
2
3
4
5
6
7
8
9
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="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>
</div>
</article>