Added a 'read more' button to the summary without image.

This commit is contained in:
Johan Vervloet 2019-05-09 20:21:06 +02:00
parent 389e12c252
commit f763b25b01

View File

@ -9,5 +9,6 @@
<div class="nested-links f5 lh-copy nested-copy-line-height">
{{ .Summary }}
</div>
<a href="{{.URL}}" 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>