diff options
Diffstat (limited to 'theme/bulma/templates/partial/copyright.html')
-rw-r--r-- | theme/bulma/templates/partial/copyright.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/bulma/templates/partial/copyright.html b/theme/bulma/templates/partial/copyright.html new file mode 100644 index 0000000..9fecc4e --- /dev/null +++ b/theme/bulma/templates/partial/copyright.html @@ -0,0 +1,10 @@ +<p>© {{ 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 %} |