diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 00e33e0..5ad5eaf 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,15 +11,24 @@ - {{- block "title" . -}}{{- .Site.Title }} | {{ .Site.Params.tagline -}}{{- end -}} + + {{- block "title" . -}} + {{- .Site.Title -}} + {{- with .Site.Params.tagline -}} + {{- printf " | %s" . -}} + {{- end -}} + {{- end -}} + - - + + {{- with .Site.Params.keyfile -}} + + {{- end -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5509362..7f7c11a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -85,7 +85,7 @@ {{- end -}} ) {{- end -}} -

+

{{ end }} diff --git a/layouts/locations/list.html b/layouts/locations/list.html index e395b4f..cd93bb3 100644 --- a/layouts/locations/list.html +++ b/layouts/locations/list.html @@ -75,8 +75,10 @@
+ {{- with ( partial "util/render_recursive_list.html" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "schemaType" "Place" ) ) -}}
- {{- partial "util/render_recursive_list.html" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "schemaType" "Place" ) -}} + {{- . -}}
+ {{- end -}}
{{ end }} diff --git a/layouts/partials/media/picture.html b/layouts/partials/media/picture.html index 44dcc35..e0d605c 100644 --- a/layouts/partials/media/picture.html +++ b/layouts/partials/media/picture.html @@ -15,23 +15,22 @@ class="picture" itemprop="image" > - {{- if $isResizable -}} - - - {{- end -}} - + {{ if $isResizable -}} + + + {{- end }} - \ No newline at end of file +