diff options
Diffstat (limited to 'src/tmpl/mod.rs')
| -rw-r--r-- | src/tmpl/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs index db4f720..5fbd77e 100644 --- a/src/tmpl/mod.rs +++ b/src/tmpl/mod.rs @@ -97,7 +97,9 @@ pub fn base(title: Option<&str>, styles: Option<&str>, content: Markup) -> Marku hr; footer { blockquote { - "Copyright 2012-2022 Xe Iaso (Christine Dodrill). Any and all opinions listed here are my own and not representative of my employers; future, past and present." + "Copyright 2012-" + (now.year()) + " Xe Iaso (Christine Dodrill). Any and all opinions listed here are my own and not representative of my employers; future, past and present." } p { "Like what you see? Donate on " |
