1
0

Ugly fix for recent post links not working

This commit is contained in:
Ryan Fox 2020-07-23 16:43:19 +00:00
parent d00aabb80d
commit a13291a95a
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -1,5 +1,5 @@
<div class="block-small">
<a href="{full_path}"><h3>{title}</h3></a>
<a href="{root}blog/{full_path}"><h3>{title}</h3></a>
<p>{auto_description}</p>
<a href="{full_path}">Read more</a>
<a href="{root}blog/{full_path}">Read more</a>
</div>