diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-30 12:46:14 +0100 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-30 12:46:14 +0100 |
commit | 2a91daf08ad3d78390be60006c33aa0ecb9cf73e (patch) | |
tree | 1b8d7e9df0321812d44afe31542381a3efbaf638 | |
parent | a7fb9ba9fa838a9f50a8864b5ec64aadb8a478da (diff) | |
download | adbjesus.com-2a91daf08ad3d78390be60006c33aa0ecb9cf73e.tar.gz adbjesus.com-2a91daf08ad3d78390be60006c33aa0ecb9cf73e.zip |
Fix class typo
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 4e3489d..05a6535 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,7 +59,7 @@ {% endif %} </li> <li> - <a href="https://git.adbjesus.com" class="navbar-unslected">Git</a> + <a href="https://git.adbjesus.com" class="navbar-unselected">Git</a> </li> </ul> </div> |