13 lines
472 B
HTML
13 lines
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>
|