diff --git a/layouts/index.html b/layouts/index.html index ce7b660..aaae398 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,12 +7,13 @@ {{ partial "nav.html" . }} - {{ if isset .Site.Params.bigimg 1 }} + {{ if isset .Site.Params.bigimg 0 }}
{{ end }} -
-
+
+ {{ if isset .Site.Params.bigimg 0 }} +
@@ -28,6 +29,22 @@
+ {{end}} +
+
+
+
+
+

{{.Site.Title}}

+ {{if .Site.Params.subtitle}} +
+ {{.Site.Params.subtitle}} + {{end}} +
+
+
+
+
diff --git a/layouts/partials/header_wp.html b/layouts/partials/header_wp.html index 8f395bf..0a1b226 100644 --- a/layouts/partials/header_wp.html +++ b/layouts/partials/header_wp.html @@ -1,13 +1,18 @@ {{ if or .Params.bigimg .Title }} - {{ if isset .Params.bigimg 1 }} + {{ if isset .Params.bigimg 0 }}
{{ end }} -
-
+
+ {{ if isset .Params.bigimg 0 }} +
{{ partial "header.html" . }}
+ {{end}} +
+ {{ partial "header.html" . }} +
{{ else }}