- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- {{ hugo.Generator }}
- <meta name="author" content="Peter Smith" />
- <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
- <meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description }}{{end }}{{ end }} ">
- <base href="{{ .Site.BaseURL }}">
- {{ $title := print .Site.Title " | " .Title }}
- {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
- <title>{{ $title }}</title>
- <link rel="canonical" href="{{ .Permalink }}" />
- {{- partial "stylesheets" . -}}
- <link rel="shortcut icon" href="/images/favicon.ico" />
- <link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
- <link rel="apple-touch-icon" href="/images/favicon.png" />
- <link rel="webmention" href="https://webmention.io/petersmith.org/webmention" />
- <link rel="pingback" href="https://webmention.io/petersmith.org/xmlrpc" />