diff options
author | xengineering <me@xengineering.eu> | 2023-01-14 16:44:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-14 16:44:16 +0100 |
commit | e06f3f8653d278922bb44f2708d8a5e78809c342 (patch) | |
tree | cbe8ed25703c61e99f99ad3a9a3d529949f7dacc | |
parent | 90971a4cf400eeba7eb3147c559b0cfe325d8e66 (diff) | |
download | website-e06f3f8653d278922bb44f2708d8a5e78809c342.tar website-e06f3f8653d278922bb44f2708d8a5e78809c342.tar.zst website-e06f3f8653d278922bb44f2708d8a5e78809c342.zip |
Make space unbreakable in footer
The license was split on a lot of mobile devices at a space.
-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 e7de22e..a07b141 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://simplecss.org/">simple.css</a>.</p> </footer> |