aboutsummaryrefslogtreecommitdiff
path: root/theme/bulma/templates/partial/copyright.html
blob: 9fecc4e5d4b1d6d22b39abbccacebd1436d97275 (plain)
1
2
3
4
5
6
7
8
9
10
<p>&copy; {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}</p>
<p>
{{
  _('Built with %(pelican_url)s',
    pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>')
}}
</p>
{% if STATUSCAKE %}
  {% include "partial/statuscake.html" %}
{% endif %}