theme/templates/trademark.html@c5adcccbd4cf
theme/templates/trademark.html
Wed, 11 Apr 2018 23:16:49 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Wed, 11 Apr 2018 23:16:49 +0200
- changeset 94
- c5adcccbd4cf
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[conf] disable the assets plugin
unused and make pelican fail due to missing config variables.
{% if TRADEMARK_TEXT %}
<div class="row">
<div class="small-12 column">
<p style="font-size: 0.8em; margin-top:1em; text-align:center;">
{{ TRADEMARK_TEXT }}
</p>
</div>
</div>
{% endif %}