add non-breaking space
This commit is contained in:
@@ -32,19 +32,19 @@
|
||||
{% if author_image and author %}
|
||||
<div class="article-author">
|
||||
<a href="{% url 'member' author.id %}">
|
||||
<img src="{{ author_image }}" alt="" /> {{ author.firstname }}
|
||||
<img src="{{ author_image }}" alt="" /> {{ author.firstname }}
|
||||
</a>
|
||||
</div>
|
||||
{% elif post.author %}
|
||||
<div class="article-author">
|
||||
<a href="">
|
||||
<img src="" alt="" /> {{ post.author }}
|
||||
<img src="" alt="" />{{ post.author }}
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="article-author">
|
||||
<a href="">
|
||||
<img src="" alt="" />
|
||||
<img src="" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user