-
+
+
-
- {{ if .Site.Params.author.name }}
- {{ if .Site.Params.author.website }}
- {{ .Site.Params.author.name }}
- {{ else }}
- {{ .Site.Params.author.name }}
- {{ end }}
- {{ end }}
-
- • ©
- {{ if .Site.Params.since }}
- {{ .Site.Params.since }} - {{ .Site.Lastmod.Format "2006" }}
- {{ else }}
- {{ .Site.Lastmod.Format "2006" }}
- {{ end }}
-
- {{ if .Site.Title }}
- •
- {{ .Site.Title }}
- {{ end }}
+
+ {{ if .Site.Params.author.name }}
+ {{ if .Site.Params.author.website }}
+ {{ .Site.Params.author.name }}
+ {{ else }}
+ {{ .Site.Params.author.name }}
+ {{ end }}
+ {{ end }}
+
+ • ©
+ {{ if .Site.Params.since }}
+ {{ .Site.Params.since }} - {{ .Site.Lastmod.Format "2006" }}
+ {{ else }}
+ {{ .Site.Lastmod.Format "2006" }}
+ {{ end }}
+
+ {{ if .Site.Title }}
+ •
+ {{ .Site.Title }}
+ {{ end }}
-
-
- {{ i18n "poweredBy" . | safeHTML }}
- {{ if $.GitInfo }} • [{{ substr .GitInfo.Hash 0 8 }}]{{ end }}
+
+
+ {{ i18n "poweredBy" . | safeHTML }}
+ {{ if $.GitInfo }} • [{{ substr .GitInfo.Hash 0 8 }}]{{ end }}
-{{- if .Site.Params.selfHosted -}}
-
-
-
-
-{{- else -}}
-
-
-
-
-{{- end }}
-
-
-{{- if .Site.Params.staticman }}
-
-{{- end }}
-{{- if .Site.Params.useHLJS }}
-
-
-
-{{- end -}}
-
-
-{{- if .Site.Params.selfHosted -}}
-
-
-{{- else -}}
-
-
-{{- end -}}
-
-
-
-{{ if .Site.Params.gcse }}
-
-{{ end }}
-
-{{ if .Site.Params.piwik }}
-
-
-
-
+{{- if .Site.Params.selfHosted -}}
+
+
+
+
+{{- else -}}
+
+
+
+
+{{- end }}
+
+
+{{- if .Site.Params.staticman }}
+
+{{- end }}
+{{- if .Site.Params.useHLJS }}
+
+
+
+{{- end -}}
+
+{{- if .Site.Params.selfHosted -}}
+
+
+{{- else -}}
+
+
+{{- end -}}
+
+
+
+{{ if .Site.Params.gcse }}
+
+{{ end }}
+
+{{ if .Site.Params.piwik }}
+
+
+
+
{{ end }}
{{ if and .Site.Params.delayDisqus .Site.Config.Services.Disqus.Shortname }}
-
-
-
-
{{ end }}
{{- partial "footer_custom.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index edbef63..4433791 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,87 +1,90 @@
-{{- partial "load-photoswipe-theme.html" . }}
-
-{{ if .IsHome }}
- {{ if .Site.Params.homeTitle }}{{ $.Scratch.Set "title" .Site.Params.homeTitle }}{{ else }}{{ $.Scratch.Set "title" .Site.Title }}{{ end }}
- {{ if .Site.Params.subtitle }}{{ $.Scratch.Set "subtitle" .Site.Params.subtitle }}{{ end }}
- {{ if .Site.Params.bigimg }}{{ $.Scratch.Set "bigimg" .Site.Params.bigimg }}{{ end }}
-{{ else }}
- {{ if (i18n .Title) }}{{ $.Scratch.Set "title" (i18n .Title) }}{{ else }}{{ $.Scratch.Set "title" .Title }}{{ end }}
- {{ if .Params.subtitle }}{{ $.Scratch.Set "subtitle" .Params.subtitle }}{{ end }}
- {{ if .Params.bigimg }}{{ $.Scratch.Set "bigimg" .Params.bigimg }}{{ end }}
-{{ end }}
-{{ $bigimg := $.Scratch.Get "bigimg" }}
-{{ $title := $.Scratch.Get "title" }}
-{{ $subtitle := $.Scratch.Get "subtitle" }}
-
-{{ if or $bigimg $title }}
- {{ if $bigimg }}
-
- {{ end }}
-
-
-{{ else }}
-
-{{ end }}
+{{- partial "load-photoswipe-theme.html" . }}
+
+{{ if .IsHome }}
+ {{ if .Site.Params.homeTitle }}{{ $.Scratch.Set "title" .Site.Params.homeTitle }}{{ else }}{{ $.Scratch.Set "title" .Site.Title }}{{ end }}
+ {{ if .Site.Params.subtitle }}{{ $.Scratch.Set "subtitle" .Site.Params.subtitle }}{{ end }}
+ {{ if .Site.Params.bigimg }}{{ $.Scratch.Set "bigimg" .Site.Params.bigimg }}{{ end }}
+{{ else }}
+ {{ $.Scratch.Set "title" .Title }}
+ {{ if .Params.subtitle }}{{ $.Scratch.Set "subtitle" .Params.subtitle }}{{ end }}
+ {{ if .Params.bigimg }}{{ $.Scratch.Set "bigimg" .Params.bigimg }}{{ end }}
+{{ end }}
+{{ $bigimg := $.Scratch.Get "bigimg" }}
+{{ $title := $.Scratch.Get "title" }}
+{{ $subtitle := $.Scratch.Get "subtitle" }}
+
+{{ if or $bigimg $title }}
+ {{ if $bigimg }}
+
+ {{ end }}
+
+
+{{ else }}
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
new file mode 100644
index 0000000..dc34058
--- /dev/null
+++ b/layouts/partials/nav.html
@@ -0,0 +1,96 @@
+
+
+
+{{ if isset .Site.Params "gcse" }}
+
+{{ end }}
diff --git a/themes/beautifulhugo b/themes/beautifulhugo
index fd74af4..99ca240 160000
--- a/themes/beautifulhugo
+++ b/themes/beautifulhugo
@@ -1 +1 @@
-Subproject commit fd74af48c3bb5e51187ca350324d2291de65f283
+Subproject commit 99ca240e9977196207da2e09c3804d3e98c14e57