Add submissions copyright footer

This commit is contained in:
Elnu 2023-07-02 21:10:12 -07:00
parent a3f85e4cba
commit 8b7f5b39b8
4 changed files with 10 additions and 3 deletions

View file

@ -145,9 +145,9 @@
</figure>
{% endfor %}
</div>
<div>
some random shit goes here
</div>
<footer>
Submissions are copyright © {% set year = now() | date(format="%Y") | int %}{{ settings.copyright_start }}{% if year != settings.copyright_start %}{{ year }}{% endif %} their respective submitters, and are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.
</footer>
</div>
</div>
</body>