diff --git a/layouts/_default/list.html b/layouts/_default/list.html index e8c3e313..7afb39c1 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -18,7 +18,7 @@

{{ $pageYear }}

- {{ if .Title }} {{ .Title }} {{ else }} Untitled {{ end }} + {{ if .Title }} {{ .Title }} {{ else }} Untitled {{ end }} {{ end }} @@ -27,4 +27,4 @@

{{ $pageYear }}

{{ partial "pagination.html" . }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index 704ab996..84827485 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -11,7 +11,7 @@
{{ $AllRegularPagesCount := len .Site.RegularPages }} {{ range $elem := .Data.Terms.Alphabetical }} - + {{- .Page.Title -}} {{ end }} @@ -28,7 +28,7 @@ @@ -78,7 +78,7 @@ {{ range (first (.Scratch.Get "count") (sort .Site.RegularPages "Date" "desc")) }}
  • - {{ if .Title }} {{- .Title -}} {{ else }} {{- print "Untitled" -}}{{ end }} + {{ if .Title }} {{- .Title -}} {{ else }} {{- print "Untitled" -}}{{ end }}
  • {{ end }} diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html index 5b4c0b3a..0d787b63 100644 --- a/layouts/partials/favicon.html +++ b/layouts/partials/favicon.html @@ -1,2 +1,2 @@ - + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9970a888..35cd3e9b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,7 +14,7 @@ {{ .Scratch.Set "colortheme" .Site.Params.Colortheme }} {{ end }} {{ $colortheme := .Scratch.Get "colortheme" }} - + {{ `