Copyright year update (#205)

This commit is contained in:
toster234 2021-10-16 01:33:18 +02:00 committed by GitHub
parent e597b156c0
commit 832bfbbc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
<div class="ml-auto footer-copyright">
<!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thanks! -->
<a href="https://github.com/Wruczek/ts-website" target="_blank">ts-website</a> v {\__TSWEBSITE_VERSION} &mdash;
&copy; <a href="https://wruczek.tech/?source=tsw" target="_blank">Wruczek</a> 2017 - 2020
&copy; <a href="https://wruczek.tech/?source=tsw" target="_blank">Wruczek</a> 2017 - 2021
</div>
</footer>