12 lines
301 B
HTML
12 lines
301 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>
|
|
|
|
<div class="quote text">
|
|
<p class="post-summary">{{ summary }}...</p>
|
|
</div>
|
|
</div>
|
|
</div>
|