trwnh.com/unified.test.hugo/layouts/partials/components/feed-entry-compact.html
2024-11-13 11:24:48 -06:00

13 lines
No EOL
472 B
HTML

<article class="h-entry hentry feed-entry-compact">
<header class="feed-entry-compact__header">
<hgroup>
<p class="feed-entry-compact__date">{{ partial "mf2/dt-published-full.html" . }}</p>
<h2 class="p-name entry-title feed-entry-compact__title"><a href="{{.Permalink}}">{{.Title}}</a></h2>
</hgroup>
</header>
<section class="e-summary entry-summary feed-entry-compact__summary">
{{ .Summary }}
</section>
<footer class="feed-entry-compact__footer">
</footer>
</article>