diff options
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cb20f6f..e7d754c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,10 +7,10 @@      <p>Powered by          <a href="https://gohugo.io/">Hugo</a>          and -        <a href="https://github.com/tomfran/typo">tomfran/typo</a> +        <a href="https://git.push-f.com/tastefejl/">tastefejl</a>      </p>      {{ end }} -     +      {{ with .Site.Params.footerContent }}      <p>{{ . | markdownify }}</p>      {{ end }} | 
