mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
6 lines
No EOL
335 B
HTML
6 lines
No EOL
335 B
HTML
<article class="post card__box block">
|
|
{{- partial "post_thumbnail.html" (dict "page" . ) }}
|
|
<h1 class="post__title title-excerpt"><a class="post__title-link" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
|
<div class="post__content">{{- .Summary }}</div>
|
|
{{- partial "post_meta.html" (dict "dot" . "class" "mt tar") }}
|
|
</article> |