theme/templates/trademark.html@202ad178f68f
theme/templates/trademark.html
Thu, 10 Nov 2022 18:52:14 +0100
- author
- David Douard <david.douard@logilab.fr>
- date
- Thu, 10 Nov 2022 18:52:14 +0100
- changeset 144
- 202ad178f68f
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
Fix matomo and CATEGORY_FEED_ATOM config option
{% 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 %}