1
0
flewkey.com/templates/post_preview.html
Ryan Fox 891d5e3f6d
Improve handling of descriptions
I created a separate variable for automatically generated descriptions,
since I would like to add meta tags for the manual ones in the future.
2020-07-13 07:47:14 +00:00

6 lines
135 B
HTML

<div class="block">
<a href="{full_path}"><h3>{title}</h3></a>
<p>{auto_description}</p>
<a href="{full_path}">Read more</a>
</div>