commit 4c2c3676bee858db5f02638f2e2346be52b1f645 parent 4bba71db5d697849fb54f1573fa5a2e6e9662e7b Author: Wim Dupont <wim@wimdupont.com> Date: Sat, 19 Mar 2022 20:51:38 +0100 added emojis to navigation Former-commit-id: 4180e7fe2205b8cdee2146a8d30a979244a4d91b Diffstat:
M | src/main/resources/templates/navigation.html | | | 13 | ++++++------- |
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/templates/navigation.html b/src/main/resources/templates/navigation.html @@ -1,11 +1,10 @@ <nav> - <a href="/">Home</a> - <a href="/books">Books</a> - <a href="/blog">Blog</a> - <a href="/links">Links</a> - | - <a href="/contact">Contact</a> - <a href="/donate">Donate</a> + <a href="/">🏠 Home</a> + <a href="/books">📚 Books</a> + <a href="/blog">📝 Blog</a> + <a href="/links">🔗 Links</a> + <a href="/contact">📧 Contact</a> + <a href="/donate">💰 Donate</a> <div class="right"> <a class="navimg" target="_blank" href="https://gitlab.com/users/WimDupont/projects"> <img alt="Gitlab" title="Gitlab" src="/images/gitlab.png" width="20" height="20">