mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:58:26 -04:00
8 lines
503 B
HTML
8 lines
503 B
HTML
<meta charset="utf-8">
|
||
{{ hugo.Generator }}
|
||
{{ if ne hugo.Environment "production" }}<meta name="robots" content="noindex, nofollow">{{ end }}
|
||
<title>{{ .Scratch.Get "plainTitle" }}{{ if not .IsHome }} – {{ .Site.Title }}{{ end }}</title>
|
||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||
{{ with .Site.Author.name }}<meta name="author" content="{{ . }}">{{ end }}
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|