Files
flewkey.com/templates/post_preview_mini.html
T

6 lines
163 B
HTML
Raw Normal View History

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