ananke/layouts/partials/summary.html

14 lines
420 B
HTML
Raw Normal View History

2017-04-12 04:22:06 +02:00
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
2017-04-20 02:00:11 +02:00
<span class="f6 db">{{ humanize .Section }}</span>
2017-04-12 04:22:06 +02:00
<h1 class="f3 near-black">
<a href="{{ .Permalink }}" class="link black dim">
2017-04-12 04:22:06 +02:00
{{ .Title }}
</a>
</h1>
2017-04-20 02:00:11 +02:00
<div class="nested-links f5 lh-copy nested-copy-line-height">
2017-04-18 01:02:51 +02:00
{{ .Summary }}
2017-04-12 04:22:06 +02:00
</div>
</div>
</div>