We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dc05e commit 7ef1d05Copy full SHA for 7ef1d05
site/theme/base.html
@@ -60,7 +60,7 @@
60
61
<footer>
62
<div class="container">
63
- <span>© 2009-2026 <a href="https://www.linkedin.com/in/andreypohilko">Andrey Pokhilko</a> and <a href="/wiki/Contributors/">project contributors</a></span><br/>
+ <span>© 2009-{{ build_date_utc.strftime('%Y') }} <a href="https://www.linkedin.com/in/andreypohilko">Andrey Pokhilko</a> and <a href="/wiki/Contributors/">project contributors</a></span><br/>
64
<span>Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a></span>
65
</div>
66
0 commit comments