2018-03-10 04:40:22 +00:00
|
|
|
<article class="post card__box block">
|
2018-02-09 16:59:01 +00:00
|
|
|
<h1 class="post__title"><a class="post__title-link" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
|
|
|
<div class="post__content">{{- .Summary }}</div>
|
2018-03-04 07:21:14 +00:00
|
|
|
<div class="post__meta meta mt tar">{{ partial "post_meta.html" . }}</div>
|
2018-02-09 16:59:01 +00:00
|
|
|
</article>
|