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

14 lines
369 B
HTML
Raw Normal View History

2025-06-21 02:30:42 -07:00
<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>