14 lines
347 B
HTML
14 lines
347 B
HTML
<div class="horizontal-center">
|
|
<div class="post-list-item">
|
|
<h2><a class="post-list-item-title" href="/{{ slug }}.html">{{ title }}</a></h2>
|
|
|
|
<p><b>> {{ date }}</b></p>
|
|
|
|
<p class="post-summary">
|
|
<div class="quote text">
|
|
{{ summary }}...
|
|
</div>
|
|
</p>
|
|
</div>
|
|
</div>
|