meta.html 215 B

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