diff options
author | xengineering <me@xengineering.eu> | 2023-02-04 12:33:31 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-04 12:33:31 +0100 |
commit | 0f29a466be17692b0617736ca58549c4c39e7486 (patch) | |
tree | 610ac5e45c4ee15689b7769cc79dc0b66df70c86 | |
parent | a68b4adc7b8896347168eb26d6306d2fae5648ca (diff) | |
download | website-0f29a466be17692b0617736ca58549c4c39e7486.tar website-0f29a466be17692b0617736ca58549c4c39e7486.tar.zst website-0f29a466be17692b0617736ca58549c4c39e7486.zip |
Mention HUGO in footer
This is the CMS for this site so they should be referenced like
simple.css.
-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 a07b141..0052ddc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ <footer> <hr> - <p>This <a href="{{ "git/website" | absURL }}">website</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p> + <p>This <a href="{{ "git/website" | absURL }}">website</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> and developed with <a href="https://gohugo.io/">HUGO</a> and <a href="https://simplecss.org/">simple.css</a>.</p> </footer> |