5 lines
No EOL
277 B
HTML
5 lines
No EOL
277 B
HTML
<article class="post card__box block">
|
|
<h1 class="post__title"><a class="post__title-link" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
|
<div class="post__content">{{- .Summary }}</div>
|
|
<div class="post__meta meta mt tar">{{ partial "post_meta.html" . }}</div>
|
|
</article> |