1
0
flewkey.com/templates/post_preview_mini.html

6 lines
163 B
HTML
Raw Normal View History

2020-07-22 13:43:20 -04:00
<div class="block-small">
<a href="{root}blog/{full_path}"><h3>{title}</h3></a>
2020-07-22 13:43:20 -04:00
<p>{auto_description}</p>
<a href="{root}blog/{full_path}">Read more</a>
2020-07-22 13:43:20 -04:00
</div>