1
0
flewkey.com/templates/post_preview.html

7 lines
199 B
HTML
Raw Permalink Normal View History

2020-07-13 02:35:49 +00:00
<div class="block">
2020-10-29 06:06:46 +00:00
<a href="{full_path}"><h3 class="reduced">{title}</h3></a>
<span class="faded">Published on {date}</span>
<p>{auto_description}</p>
2020-07-13 02:35:49 +00:00
<a href="{full_path}">Read more</a>
</div>