diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e7d754c..a858a53 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,14 +3,6 @@ {{/* Footer start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "footer_start" "context" .) }} - {{ if not .Site.Params.footerContent }} - <p>Powered by - <a href="https://gohugo.io/">Hugo</a> - and - <a href="https://git.push-f.com/tastefejl/">tastefejl</a> - </p> - {{ end }} - {{ with .Site.Params.footerContent }} <p>{{ . | markdownify }}</p> {{ end }} |