2025-06-17 01:35:34 +02:00
|
|
|
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
2025-06-20 02:33:45 +02:00
|
|
|
{{ $dateHuman := .Date | time.Format ":date_short" }}
|
2025-06-17 01:35:34 +02:00
|
|
|
<article class="h-entry">
|
|
|
|
<p>
|
|
|
|
<a class="u-url p-name" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
|
|
|
(<time class="dt-published" datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>)
|
|
|
|
</p>
|
|
|
|
<p class="p-summary">
|
|
|
|
{{ .Summary }}
|
|
|
|
</p>
|
|
|
|
</article>
|