diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 64706d0..20dcda6 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -22,6 +22,10 @@ params: rssFullContent: true favicon: + footer: + since: 2020 + customText: + dateFormat: published: Jan 02, 2006 lastUpdated: Jan 02, 2006 15:04 MST diff --git a/layouts/index.html b/layouts/index.html index b04b926..576faef 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,7 @@ {{- partial "pagination.html" . -}} - {{ partialCached "footer/footer" . }} + {{- partial "footer/footer" . -}} {{ end }} {{ define "right-sidebar" }} diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index 2443f4c..4155255 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -1,7 +1,18 @@ {{- $ThemeVersion := "1.1.0" -}}