Show the current year in copyright message on homepage

This commit is contained in:
Jan Böhmer 2023-01-15 22:59:05 +01:00
parent 769850cec6
commit 82896ec0e5

View file

@ -22,7 +22,7 @@
<h4><i class="fa fa-book fa-fw" aria-hidden="true"></i> {% trans %}homepage.license{% endtrans %}</h4> <h4><i class="fa fa-book fa-fw" aria-hidden="true"></i> {% trans %}homepage.license{% endtrans %}</h4>
</div> </div>
<div class="card-body"> <div class="card-body">
<p>Part-DB, Copyright &copy; 2019 - 2022 of <strong> <p>Part-DB, Copyright &copy; 2019 - {{ "now" | date("Y") }} of <strong>
<a class="link-external" rel="noopener" target="_blank" href="https://github.com/jbtronics/">Jan Böhmer</a> <a class="link-external" rel="noopener" target="_blank" href="https://github.com/jbtronics/">Jan Böhmer</a>
</strong>. <br> Part-DB is published under the <strong>GNU Affero General Public License v3.0 (or later)</strong>, so it comes with <strong>ABSOLUTELY NO WARRANTY</strong>. </strong>. <br> Part-DB is published under the <strong>GNU Affero General Public License v3.0 (or later)</strong>, so it comes with <strong>ABSOLUTELY NO WARRANTY</strong>.
This is free software, and you are welcome to redistribute it under certain conditions. This is free software, and you are welcome to redistribute it under certain conditions.