diff --git a/themes/maik-blog/layouts/partials/header.html b/themes/maik-blog/layouts/partials/header.html index dbded2f..689763d 100644 --- a/themes/maik-blog/layouts/partials/header.html +++ b/themes/maik-blog/layouts/partials/header.html @@ -1,8 +1,8 @@
- +
{{ partial "logo.html" . }} - +
{{- if len .Site.Menus }} {{ partial "menu.html" . }} @@ -13,6 +13,6 @@ {{- end }} {{ partial "theme-icon.html" . }} - - +
+
\ No newline at end of file diff --git a/themes/maik-blog/layouts/partials/image.html b/themes/maik-blog/layouts/partials/image.html index 34ac2a4..cf8162b 100644 --- a/themes/maik-blog/layouts/partials/image.html +++ b/themes/maik-blog/layouts/partials/image.html @@ -5,5 +5,5 @@ {{ .alt | default + {{- if .class}} class="{{ .class }}"{{end}} {{- if .style}} style="{{ .style | safeCSS }}"{{end}} /> \ No newline at end of file diff --git a/themes/maik-blog/layouts/partials/javascript.html b/themes/maik-blog/layouts/partials/javascript.html index 47c7aa3..6efa8d5 100644 --- a/themes/maik-blog/layouts/partials/javascript.html +++ b/themes/maik-blog/layouts/partials/javascript.html @@ -8,7 +8,7 @@ {{- if .Site.Config.Services.GoogleAnalytics.ID }} -