hugo-theme-learn/layouts/partials/meta.html
2024-07-28 15:51:01 +02:00

2 lines
215 B
HTML

<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}