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:
Pcoder 2017-07-09 17:06:16 +02:00 committed by GitHub
commit e26036159b

View file

@ -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">