diff --git a/exampleSite/layouts/partials/custom_footer.html b/exampleSite/layouts/partials/custom_footer.html index a860d83..dfd4a6f 100644 --- a/exampleSite/layouts/partials/custom_footer.html +++ b/exampleSite/layouts/partials/custom_footer.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ea975cc..5f989c2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -52,7 +52,7 @@ {{- end }} {{- if $ft.powered }}
- {{ $pb := printf "Hugo & Hugo NexT.%s" .Site.Params.scheme }} + {{ $pb := printf "Hugo & Hugo NexT.%s" hugo.Version .Site.Data.config.version .Site.Params.scheme }} {{- printf (T "FooterPowerby") $pb | safeHTML }}
{{- end }}