diff --git a/layouts/index.html b/layouts/index.html index 5faf9c3..d01dd7e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -43,17 +43,17 @@ {{ $items := (where site.RegularPages "Type" "blog").ByDate }} {{ range last 1 $items }} -

Blog Post: {{ .Title }}

+

Blog Post: {{ .Title }}

{{ end }} {{ $items := (where site.RegularPages "Type" "paper").ByDate }} {{ range last 1 $items }} -

Publication: {{ .Title }}

+

Publication: {{ .Title }}

{{ end }} {{ $items := (where site.RegularPages "Type" "tracks").ByDate }} {{ range last 1 $items }} -

Recorded Walk: {{ .Title }}

+

Recorded Walk: {{ .Title }}

{{ end }} {{ $items := (where site.RegularPages "Type" "observations").ByDate }} @@ -64,13 +64,13 @@ {{ else }} {{ $name = .Params.taxon.name }} {{ end }} -

Nature Observation: {{ title $name }}

+

Nature Observation: {{ title $name }}

{{ end }} {{ $items := (where site.RegularPages "Type" "menu").ByDate }} {{ range last 1 $items }} -

Recipe: {{ .Title }}

+

Recipe: {{ .Title }}

{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6087c77..074f390 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,7 +10,7 @@ @@ -22,7 +22,7 @@ {{ $sectionPages := where .Site.Pages "Section" "" }} {{ range $sectionPages }} {{ if and (not .Params.hidden) (ne .Permalink .Site.BaseURL)}} -
  • {{ .Title }}
  • +
  • {{ .Title }}
  • {{ end }} {{ end }}
  • Support
  • diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 173ed54..95baeab 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -64,12 +64,12 @@ {{- $fontawesome := resources.Get "css/fontawesome.css" -}} {{- $syntaxHighlight := resources.Get "css/syntax-highlight.css" -}} {{ $css := slice $style $markdown $fontawesome $syntaxHighlight | resources.Concat "css/style.css" | resources.Minify | resources.Fingerprint }} - + {{- $styleDark := resources.Get "css/style-dark.css" -}} {{- $markdownDark := resources.Get "css/markdown-dark.css" -}} {{ $cssDark := slice $styleDark $markdownDark | resources.Concat "css/style-dark.css" | resources.Minify | resources.Fingerprint }} - + {{- range .Site.Params.custom_css -}} @@ -83,5 +83,5 @@ {{ partial "citation.html" . }} {{- $script := resources.Get "js/script.js" -}} - +