Added missing space in the blog's date text
This commit is contained in:
parent
a625e5d196
commit
29b2688935
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
</h2>
|
||||
</a>
|
||||
<p class="post-meta" style="font-size:0.9em;">
|
||||
{% trans "Posted on" %}{{ post.date_published|date:"DATE_FORMAT" }}
|
||||
{% trans "Posted on" %} {{ post.date_published|date:"DATE_FORMAT" }}
|
||||
</p>
|
||||
|
||||
<p class="post-subtitle">
|
||||
|
|
Loading…
Reference in a new issue