Add submissions copyright footer
This commit is contained in:
parent
a3f85e4cba
commit
8b7f5b39b8
4 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue