Merge pull request #385 from pcoder/bug/blog_date_missing_space
Added missing space in the blog's date text between "Posted on" and "Date"
This commit is contained in:
commit
e26036159b
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