jlelse
/
Indiego
Archived
1
Fork 0
This repository has been archived on 2020-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Indiego/layouts/_default/summary.html

8 lines
315 B
HTML

<article class="h-entry border-bottom">
{{ with .Title }}<h2 class="p-name">{{ . }}</h2>{{ end }}
{{ if not .Params.nometa }}
{{ partialCached "summary_meta" . .Permalink }}
{{ end }}
<p class="p-summary">{{ .Summary }}</p>
<p><a class="u-url" href="{{ .RelPermalink }}">{{ T "read_more" }}</a></p>
</article>