aboutsummaryrefslogtreecommitdiff
path: root/theme/bulma/templates/partial/footer.html
blob: 8a2309cd3b090bd8a910bb63b520820c41022a1e (plain)
1
2
3
4
5
6
7
<footer class="has-text-centered is-size-6">
  {% if CC_LICENSE %}
    {% include "partial/cc_license.html" %}
  {% else %}
    {% include "partial/copyright.html" %}
  {% endif %}
</footer>