diff --git a/layouts/index.html b/layouts/index.html index d01dd7e..5faf9c3 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 074f390..6087c77 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)}} -