diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 31dd791..9b2c461 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ <div class="container-lg text-center"> <p> © {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> | - Powered by <a href="https://gohugo.io/" target="_blank">Hugo {{ hugo.Version }}</a> + Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a> </p> </div> |