docs/themes/learn/layouts/partials/meta.html
2023-05-24 18:17:12 +02:00

3 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 }}