binario/layouts/_default/summary.html

6 lines
355 B
HTML
Raw Normal View History

2018-03-10 07:40:22 +03:00
<article class="post card__box block">
{{- partial "post_thumbnail.html" (dict "page" . "link" .RelPermalink) }}
2018-05-22 15:27:55 +03:00
<h1 class="post__title title-excerpt"><a class="post__title-link" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
2018-02-09 19:59:01 +03:00
<div class="post__content">{{- .Summary }}</div>
2018-11-16 09:50:56 -05:00
{{- partial "post_meta.html" (dict "dot" . "class" "mt tar") }}
2018-02-09 19:59:01 +03:00
</article>