encompass-cs-docs/themes/hugo-theme-learn/layouts/partials/meta.html

3 lines
215 B
HTML
Raw Normal View History

2019-05-22 00:29:34 +00:00
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}