Ryan Fox
891d5e3f6d
I created a separate variable for automatically generated descriptions, since I would like to add meta tags for the manual ones in the future.
6 lines
135 B
HTML
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>
|