aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-25 20:01:20 -0400
committerGitHub <[email protected]>2022-09-25 20:01:20 -0400
commit85569caf68819bc8f5736877b411ad87ecc7cea7 (patch)
tree21a6e71272678245822790790f2cd04a0c1ad3ae
parentd43a287d055fc58934471f77249274156e4b9ddd (diff)
downloadthatcomputerscientist-85569caf68819bc8f5736877b411ad87ecc7cea7.tar.xz
thatcomputerscientist-85569caf68819bc8f5736877b411ad87ecc7cea7.zip
Added spaces for render date
-rw-r--r--templates/blog/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/home.html b/templates/blog/home.html
index 54e4d6b2..fb4f1c16 100644
--- a/templates/blog/home.html
+++ b/templates/blog/home.html
@@ -44,7 +44,7 @@
<li>
<a href="{% url 'blog:post' post.slug %}">{{ post.title }}</a>
by <em><a href="#">{{ post.author.username }}</a></em> on {{
- post.date|date:"M d, Y" }}.
+ post.date | date:"M d, Y" }}.
</li>
{% endfor %}
</ul>