flex/pelican/themes/Flex/templates/partial/footer.html

7 lines
155 B
HTML

<footer>
{% if CC_LICENSE %}
{% include "partial/cc_license.html" %}
{% else %}
{% include "partial/copyright.html" %}
{% endif %}
</footer>