@ -1,11 +1,12 @@
< head >
< meta charset = "utf-8" / >
< meta charset = "utf-8" lang = "de-DE" / >
< 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 }}
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
{{ "<!-- Slick Carousel --> " | safeHTML }}
< link rel = "stylesheet" href = "{{ " plugins / slick / slick . css " | absURL } } " / >
< link rel = "stylesheet" href = "{{ " plugins / slick / slick-theme . css " | absURL } } " / >
@ -19,9 +20,6 @@
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}
< 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 }}
{{ "<!-- Google Analytics --> " | safeHTML }}
< script async src = "https://www.googletagmanager.com/gtag/js?id={{ . }}" > < / script >