Add missing "read more" link to summary.html

This commit is contained in:
mathew 2023-10-09 11:09:04 -05:00
parent c086834f0e
commit 602b42d304
No known key found for this signature in database

View File

@ -9,5 +9,6 @@
<div class="nested-links f5 lh-copy nested-copy-line-height">
{{ .Summary }}
</div>
<a href="{{.RelPermalink}}" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">{{ $.Param "read_more_copy" | default (i18n "readMore") }}</a>
</div>
</div>