blob: 0a1b7122359069d58bf0ca1cbec4c8f8041effc0 (
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 }} <a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a>
</p>
<div>
<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a>
</div>
</article>
|