Added host identifier
This commit is contained in:
@@ -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" . }}
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user