[func] year in template not js [refactor] remove unneeded code

This commit is contained in:
2022-04-20 19:28:41 +02:00
parent 7c2d00a657
commit befa154b4e
4 changed files with 19 additions and 12 deletions

View File

@ -75,7 +75,7 @@
</main>
<footer class="footer has-text-centered" style="background-color: transparent !important;">
<span class="has-text-weight-light is-italic">
&copy; 1998-<script>document.write(new Date().getFullYear());</script>
&copy; 1998-{% now "Y" %}
V Liceum Ogólnokształcące w Bielsku-Białej & Mikołaj Kubiczek
</span>
</footer>