- {{ .Title }}
-
+
{{ .Params.author }}
@@ -69,4 +69,4 @@{{ .Params.author }}
-
-
+
-
@@ -39,4 +39,4 @@
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/blogPost.html b/layouts/partials/blogPost.html
index b1cfa07..7ea6ccf 100644
--- a/layouts/partials/blogPost.html
+++ b/layouts/partials/blogPost.html
@@ -14,19 +14,19 @@ {{ .title }}
-
+
- {{ .Title }}
-
+
{{ .Params.author }}
@@ -38,7 +38,7 @@ {{ .Params.author }}
{{ end }}
@@ -46,4 +46,4 @@ {{ .Params.author }}
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3c5c33c..47e088d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -47,7 +47,7 @@ {{ .Site.Params.footerTitle }}
-
+
{{ .Site.Params.copyright1 }}
@@ -73,7 +73,7 @@
Sitemap
{{ $sitemap := .Site.Menus.sitemap }}
{{ range $sitemap }}
- - {{ .Name }}
+ - {{ .Name }}
{{ end }}
@@ -97,10 +97,10 @@ Address
{{ $style := resources.Get "scss/non-critical.scss" | resources.ToCSS | minify }}
-
+
{{ $vendor := resources.Get "js/vendor.js" | minify }}
-
+
+ -->
{{ $script := resources.Get "js/script.js" | minify }}
-
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9e9a951..d5ee37c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,15 +8,15 @@
{{ "" | safeHTML }}
-
+
{{ "" | safeHTML }}
{{ $stylex := resources.Get "scss/critical.scss" | resources.ToCSS | minify }}
-
+
{{ "" | safeHTML }}
-
-
+
+
{{ with site.Params.googleAnalytics }}
{{ "" | safeHTML }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8c50cd7..a2f24e9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,10 +1,10 @@
- - +
-
@@ -39,4 +39,4 @@
-
+
- {{ .Title }}
-
+
{{ .Params.author }}
@@ -38,7 +38,7 @@{{ .Params.author }}
{{ .Params.author }}
{{ .Site.Params.footerTitle }}
-
+
@@ -97,10 +97,10 @@ {{ .Site.Params.copyright1 }} @@ -73,7 +73,7 @@
Sitemap
-
{{ $sitemap := .Site.Menus.sitemap }}
{{ range $sitemap }}
-
- {{ .Name }} +
- {{ .Name }} {{ end }}