@ -1,6 +1,7 @@
< head >
< head >
< meta charset = "utf-8" / >
< meta charset = "utf-8" lang = "de-DE" / >
< title > {{ .Title }}< / title >
< title > {{ .Title }}< / title >
< meta name = "description" content = "Entwicklung von Individualsoftware im Mobile-, Web- und Cloud-Bereich. Ich helfe Ihnen Ihre Ideen und Projekte in die Realität umzusetzen." >
{{ "<!-- mobile responsive meta --> " | safeHTML }}
{{ "<!-- mobile responsive meta --> " | safeHTML }}
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
@ -19,9 +20,6 @@
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}
< link href = "{{ $style.Permalink }}" rel = "stylesheet" / >
< link href = "{{ $style.Permalink }}" rel = "stylesheet" / >
{{ "<!-- Favicon --> " | safeHTML }}
< link rel = "shortcut icon" href = "{{ " images / favicon . ico " | absURL } } " type = "image/x-icon" / >
< link rel = "icon" href = "{{ " images / favicon . png " | absURL } } " type = "image/x-icon" / >
{{ with site.Params.googleAnalytics }}
{{ with site.Params.googleAnalytics }}
{{ "<!-- Google Analytics --> " | safeHTML }}
{{ "<!-- Google Analytics --> " | safeHTML }}
< script async src = "https://www.googletagmanager.com/gtag/js?id={{ . }}" > < / script >
< script async src = "https://www.googletagmanager.com/gtag/js?id={{ . }}" > < / script >