diff --git a/layouts/_default/single.html b/layouts/_default/single.html index df0a973..ad8ef6c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,10 +1,12 @@ {{ define "main" }}

{{ .Title }}

- + + {{ if ne .Type "pages"}} {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }} + {{end}}
{{ .Content }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0d549a2..d600ccf 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,9 +2,9 @@
{{$img := resources.Get "images/logo-mms43-white.svg"}} - +
-
+
    {{ range where site.RegularPages "Section" "pages" }}
  • @@ -16,7 +16,7 @@
-