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:
2020-07-13 07:47:14 +00:00
parent 07934e18b2
commit 891d5e3f6d
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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>