website/themes/nervproject/templates/partial/copyright.html

6 lines
156 B
HTML
Raw Normal View History

2019-03-21 02:22:40 +01:00
<p>&copy; {{ AUTHOR }} {{ COPYRIGHT_YEAR }}</p>
{% include "partial/flex.html" %}
{% if STATUSCAKE %}
{% include "partial/statuscake.html" %}
{% endif %}