diff --git a/layouts/partials/flex/body-aftercontent.html b/layouts/partials/flex/body-aftercontent.html index c5a0430..fc7b550 100644 --- a/layouts/partials/flex/body-aftercontent.html +++ b/layouts/partials/flex/body-aftercontent.html @@ -37,7 +37,7 @@
{{ $footer := print "_footer." .Lang }} - {{ range where .Site.Pages "Source.BaseFileName" $footer }} + {{ range where .Site.Pages "File.BaseFileName" $footer }} {{ .Content }} {{else}} {{ if .Site.GetPage "page" "_footer.md" }}