yamt

YAMT: Yet Another Minimal Theme for Hugo
git clone https://git.ckiri.com/yamt.git
Log | Files | Refs | LICENSE

head.html (846B)


      1 <meta charset="utf-8">
      2 <meta name="generator" content="hugo">
      3 <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
      4 <meta name="color-scheme" content="light dark">
      5 <meta name="author" content="{{ .Site.Params.author.email}} ({{ .Site.Params.author.name }})">
      6 {{- with .Summary }}
      7 <meta name="description" content="{{ . }}">
      8 {{- end }}
      9 {{- with .Params.tags }}
     10 <meta name="keywords" content="{{ delimit . ", " }}">
     11 {{- end }}
     12 <meta name="format-detection" content="telephone=no">
     13 <title>{{ .Title }} &vert; {{ site.Title }}</title>
     14 {{ partialCached "head/css.html" . -}}
     15 {{ with .OutputFormats.Get "rss" -}}
     16 {{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
     17 {{ end -}}
     18 <link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}" type="image/x-icon">