diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-03-21 16:30:54 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-03-21 16:30:54 +0530 |
commit | 5963453528ec8bcf680a6c7eb9050f1d2f120a57 (patch) | |
tree | a602a4a7f608f5c1780725d15412e5c31757cb86 /templates | |
parent | 5e675ddd01af134bc2c9be2d74629bb03fb15c59 (diff) |
add donate link and update year (after 3 months lol)
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/footer.html | 2 | ||||
-rwxr-xr-x | templates/index_header.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html index da9fd8c..a8acfe2 100755 --- a/templates/footer.html +++ b/templates/footer.html @@ -1 +1 @@ -</main><div class = footer><p>Copyright 2022 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html> +</main><div class = footer><p>Copyright 2023 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html> diff --git a/templates/index_header.html b/templates/index_header.html index 17bce65..98d4f8d 100755 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -4,6 +4,7 @@ <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> <li><a href="softwares.html">Softwares</a></li> +<li><a href="donate.html">Donate</a></li> </ul> <hr> <main> |