2022-01-19 17:24:13 +01:00
|
|
|
{{ partial "func/warn" `You are currently using 'partial "summary"' in your project templates.
|
|
|
|
You should replace it with '.Render "summary"' as the use of this partial will be deprecated in future releases.
|
|
|
|
More info here: https://github.com/theNewDynamic/gohugo-theme-ananke/releases/tag/v2.8.1` }}
|
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">
|
2021-07-14 15:29:08 +02:00
|
|
|
<a href="{{ .RelPermalink }}" 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>
|