summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-14 16:44:16 +0100
committerxengineering <me@xengineering.eu>2023-01-14 16:44:16 +0100
commite06f3f8653d278922bb44f2708d8a5e78809c342 (patch)
treecbe8ed25703c61e99f99ad3a9a3d529949f7dacc
parent90971a4cf400eeba7eb3147c559b0cfe325d8e66 (diff)
downloadwebsite-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.html2
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&nbsp;BY-SA</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p>
</footer>