11 lines
212 B
HTML
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 → </a>
|
|
</p>
|