diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
commit | d5bdcf0daaf1fe371f3fb7b7407d8846567e266b (patch) | |
tree | 90076a10b014d41fe910e2d3ef1f7284a017eec8 /templates/base.html | |
parent | 142254a3b2ce64fcc7062ae099273670bd8525ac (diff) |
git page working and cleanup
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 3160bbd..48e5fc4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ <nav> <a href="/">Home</a> <a href="about">About</a> - <a href="">Git</a> + <a href="https://git.luhamus.com">Git</a> <a href="contact">Contact</a> </nav> <hr/> @@ -32,7 +32,7 @@ </section> <hr/> - <footer>© Here is the very important Footer 2022</footer> + <footer>© <i>footer 2022</i></footer> </body> </html> |