calendar and small layout fix
This commit is contained in:
@@ -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:" "|tags_to_url }}
|
||||
|
||||
</div>
|
||||
{% if post.author %}
|
||||
<div class="article-author"><a href="{% url 'member' post.author %}">
|
||||
<img src="{{ author_image }}" alt="" /> {{ post.author }}
|
||||
|
||||
Reference in New Issue
Block a user