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

18 lines
478 B
HTML
Raw Normal View History

2019-09-03 15:50:00 +00:00
<article class="list-item h-entry">
<a href="{{ .Params.externalURL }}">
<div class="list-header">
<h2 class="list-title p-name">{{ .Title }}</h2>
{{ with partial "post_meta.html" . -}}
<div class="list-meta">{{ . }}</div>
{{- end }}
</div>
</a>
<div class="list-excerpt e-content">
{{ .Content }}
</div>
<div class="list-footer">
<a class="u-url" href="{{ .RelPermalink }}">
<div class="read-more">{{ T "permalink" }}</div>
</a>
</div>
</article>