12 lines
229 B
HTML
12 lines
229 B
HTML
<div class="post-list-item">
|
|
<h3><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h3>
|
|
|
|
<p><b>> {{ date }}</b></p>
|
|
|
|
<p class="post-summary">
|
|
<div class="quote">
|
|
{{ summary }}...
|
|
</div>
|
|
</p>
|
|
</div>
|