calendar and small layout fix

This commit is contained in:
2020-12-11 22:20:51 +00:00
parent 8135d87f71
commit 12fc63dc60
5 changed files with 42 additions and 3 deletions

View File

@@ -20,12 +20,13 @@
</div>
<div class="article-title">
<h1>{{ post.title|tags_to_url }}</h1>
<h1>{{ post.title|tags_to_url }}</h1>
</div>
<div class="article-details">
<div>
{{ post.subtitle|default_if_none:"&nbsp;"|tags_to_url }}
</div>
{% if post.author %}
<div class="article-author"><a href="{% url 'member' post.author %}">
<img src="{{ author_image }}" alt="" /> {{ post.author }}