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>
|
</h2>
|
||||||
</a>
|
</a>
|
||||||
<p class="post-meta" style="font-size:0.9em;">
|
<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>
|
||||||
|
|
||||||
<p class="post-subtitle">
|
<p class="post-subtitle">
|
||||||
|
|
Loading…
Reference in a new issue