diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4f8fcb7..965b2da 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,40 +1,38 @@ -{{ $ft := .Site.Params.footer }} - \ No newline at end of file + {{- end }} + + {{- if $ft.powered }} +
+ {{ $pb := printf "Hugo v%s & NexT.%s" hugo.Version .Site.Params.scheme }} + {{- printf (T "FooterPowerby") $pb | safeHTML }} +
+ {{- end }} + \ No newline at end of file