2025-09-08 01:15:11 +02:00
|
|
|
{{- /* layouts/partials/seo.html — minimal & konfliktfrei */ -}}
|
2025-08-14 22:28:22 +02:00
|
|
|
|
2025-09-08 01:15:11 +02:00
|
|
|
{{- $desc := .Params.meta_description
|
|
|
|
|
| default .Params.description
|
|
|
|
|
| default .Description
|
|
|
|
|
| default site.Params.default_meta_description
|
|
|
|
|
| default site.Params.description
|
|
|
|
|
| default (plainify (.Summary | default .Content)) -}}
|
2025-08-14 22:28:22 +02:00
|
|
|
|
2025-09-08 01:15:11 +02:00
|
|
|
<meta name="description" content="{{ $desc | plainify | truncate 155 }}">
|
2025-08-14 22:28:22 +02:00
|
|
|
|
2025-09-08 01:15:11 +02:00
|
|
|
{{- if or .Draft .Params.noindex -}}
|
|
|
|
|
<meta name="robots" content="noindex,nofollow">
|
2025-08-14 22:28:22 +02:00
|
|
|
{{- end -}}
|