Remove remnants of hugo_cookie_consent.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{{ printf "<!-- %s -->" hugo.Environment | safeHTML }}
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ .Page.Params.description }}">
|
||||
<meta name="author" content="{{ .Site.Params.author }}">
|
||||
<link rel="me" href="https://neph.social/@nierenverein">
|
||||
<meta name="generator" content="{{ hugo.Environment }}">
|
||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
|
||||
|
||||
Reference in New Issue
Block a user