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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="block">
|
||||
<a href="{full_path}"><h3>{title}</h3></a>
|
||||
<p>{description}</p>
|
||||
<p>{auto_description}</p>
|
||||
<a href="{full_path}">Read more</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user