2023-10-29 22:05:09 +01:00
|
|
|
<article class="blog">
|
2023-10-08 17:38:54 +02:00
|
|
|
{{- partial "blog-header.html" (dict "headingLink" true "level" 2 "page" . ) }}
|
2023-10-29 22:05:09 +01:00
|
|
|
<section>
|
|
|
|
{{- if in .RawContent "<!--more--> " }}
|
2023-10-08 00:13:18 +02:00
|
|
|
{{ .Summary | safeHTML }}
|
2023-10-29 22:05:09 +01:00
|
|
|
{{- else }}
|
2023-10-08 00:13:18 +02:00
|
|
|
<p>{{ .Summary | safeHTML }}</p>
|
2023-10-29 22:05:09 +01:00
|
|
|
{{- end }}
|
|
|
|
{{- if .Truncated }}
|
2023-10-08 00:13:18 +02:00
|
|
|
<div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div>
|
2023-10-29 22:05:09 +01:00
|
|
|
{{- end }}
|
|
|
|
</section>
|
2023-10-27 00:08:07 +02:00
|
|
|
</article>
|