2022-11-03 14:24:43 -07:00

11 lines
212 B
HTML

<!--
Renders a summary of a blog post, assumed to be the current
template context.
-->
<p>
{{ .Summary }}
</p>
<p>
<a data-track="read-more" href="{{ .RelPermalink }}"> Read more &rarr; </a>
</p>