diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:51:16 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:51:16 +0200 |
commit | 7ee47e2fa0eff925c955a857cbd481a71e3d327b (patch) | |
tree | 114ae99db5d71e6c68a6149633240650c22e453e | |
parent | a24d64db1a42bd3c105deedf6779ea93add98629 (diff) | |
download | metamuffin-website-7ee47e2fa0eff925c955a857cbd481a71e3d327b.tar metamuffin-website-7ee47e2fa0eff925c955a857cbd481a71e3d327b.tar.bz2 metamuffin-website-7ee47e2fa0eff925c955a857cbd481a71e3d327b.tar.zst |
added 2020 to copyright, because some code was copy-pasted from that time. lol
-rw-r--r-- | views/layout.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.pug b/views/layout.pug index 8c9fdd1..6f30818 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -25,6 +25,6 @@ html(lang="en") hr footer p metamuffin.org version of commit #{commit} - p copyright (C) 2021, 2022 metamuffin + p copyright (C) 2020, 2021, 2022 metamuffin p see #[a(href="/licence") licence]. p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. |