diff options
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 579e50a..cb20f6f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,8 @@  {{ $showFooter := default true .Site.Params.showFooter }}  {{ if $showFooter }} +    {{/* 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> | 
