diff options
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> |