Added host identifier

This commit is contained in:
Andre Beging
2020-03-05 17:24:20 +01:00
parent 875675786b
commit aac0d0cdb2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}de-DE{{ end }}">
<html lang="a{{ with .Site.LanguageCode }}{{ . }}{{ else }}de-DE{{ end }}">
{{ partial "head.html" . }}

View File

@@ -1,4 +1,5 @@
<head>
<meta host-identifier="gh" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">