From 703a33ccc2a6138f4b6ee86e48bcec8ed8d94970 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 9 Oct 2017 14:04:42 +0200 Subject: [PATCH] Included comments --- config.toml | 2 +- layouts/partials/comments.html | 5 +++++ layouts/partials/header.html | 35 ++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/comments.html create mode 100644 layouts/partials/header.html 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" . }} +
+