github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/docs/themes/hugo-geekdoc/layouts/partials/head/meta.html (about)

     1  <meta charset="UTF-8" />
     2  <meta name="referrer" content="no-referrer" />
     3  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     4  <meta name="color-scheme" content="light dark" />
     5  {{ hugo.Generator }}
     6  
     7  {{ $keywords := default .Site.Params.Keywords .Keywords }}
     8  
     9  {{- with partial "utils/description" . }}
    10    <meta name="description" content="{{ trim (. | plainify) "\n" | safeHTML }}" />
    11  {{- end }}
    12  {{- with $keywords }}
    13    <meta name="keywords" content="{{ delimit . "," }}" />
    14  {{- end }}