Mesen-SX/Docs/themes/learn/layouts/partials/meta.html
2020-06-30 16:51:13 -04: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 }}