fix log.date

This commit is contained in:
bkfox
2020-05-22 15:17:59 +02:00
parent afe4900ff1
commit 371bf1e73c
3 changed files with 14 additions and 12 deletions

View File

@ -8,17 +8,14 @@ Context:
- page: page
{% endcomment %}
{% if page.category %}
{% block header_meta %}{{ block.super }}
<span class="column has-text-right">
{% if object.category %}
{{ object.category.title }} //
{% if page.category %}
{{ page.category.title }} //
{% endif %}
{{ object.pub_date }}
{{ page.pub_date }}
</span>
{% endblock %}
{% endif %}
{% block main %}
{% block content %}