content css

This commit is contained in:
bkfox
2020-09-22 03:46:11 +02:00
parent 3313719790
commit c10a114393
7 changed files with 16 additions and 6 deletions

View File

@ -10,7 +10,7 @@ Context:
{% block header_meta %}{{ block.super }}
<span class="column has-text-right">
{% if page.category %}
{{ page.category.title }} //
{{ page.category.title }}
{% endif %}
</span>
{% endblock %}