site_opytex/theme/templates/partial/copyright.html

6 lines
164 B
HTML
Raw Normal View History

2019-07-18 10:43:36 +00:00
<p>&copy; {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }}</p>
{% include "partial/flex.html" %}
{% if STATUSCAKE %}
{% include "partial/statuscake.html" %}
{% endif %}