diff --git a/config.toml b/config.toml index 8336a94..6a59648 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ title = "eNBeWe.de" # Main base url -baseURL = "https://blog.enbewe.de" +baseURL = "https://blog.enbewe.de/" # Theme config theme = "mainroad" diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..5b2c4bf --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,5 @@ +{{"" | safeHTML}} +
+ +
+{{"" | safeHTML}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..21cfde1 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,35 @@ + + + + + +{{ .Title }} +{{ with .Site.Params.description }}{{ end }} +{{ .Hugo.Generator }} +{{ if .Site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end }} + + +{{ if .RSSLink }}{{ end }} + + +{{ "" | safeHTML }} + +{{ "" | safeHTML }} + + +{{ template "_internal/google_analytics_async.html" . }} + + +
+
+ + {{ partial "menu.html" . }} +
+