1
0
Fork 0
functor.systems-website/layouts/partials/preview.html

14 lines
No EOL
369 B
HTML

<article class="post-preview">
<a href="{{ .Permalink }}">
<h2 class="post-title">{{ .Title }}</h2>
</a>
<div class="postmeta">
{{ partial "postmeta.html" . }}
</div>
<div class="post-entry">
{{ if .Truncated }}
<p>{{ .Summary }}</p>
<a href="{{ .Permalink }}" class="post-read-more">Read More</a>
{{ end }}
</div>
</article>