diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-07 14:12:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-07 14:12:27 +0300 |
commit | c17e5bd8eb9c0b98b5b6eb9b6cd8f38e2856bb40 (patch) | |
tree | b2001b1c03634e1bb465d371b6aee2ae44b55942 /templates | |
parent | 374252a55c14f92aaed73b3917ed783bf2762911 (diff) | |
download | website-c17e5bd8eb9c0b98b5b6eb9b6cd8f38e2856bb40.tar.gz |
update copyright year
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index a75062d..f79569c 100644 --- a/templates/template.html +++ b/templates/template.html @@ -23,6 +23,6 @@ <a href="{{ SRC }}">View Page Source</a> <div class="border"></div> <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> - <p class=footer>Copyright © 2019-2020 Cem Keylan</p> + <p class=footer>Copyright © 2019-2021 Cem Keylan</p> </body> </html> |