diff options
| author | Bobby <[email protected]> | 2022-09-25 20:01:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-25 20:01:20 -0400 |
| commit | 85569caf68819bc8f5736877b411ad87ecc7cea7 (patch) | |
| tree | 21a6e71272678245822790790f2cd04a0c1ad3ae | |
| parent | d43a287d055fc58934471f77249274156e4b9ddd (diff) | |
| download | thatcomputerscientist-85569caf68819bc8f5736877b411ad87ecc7cea7.tar.xz thatcomputerscientist-85569caf68819bc8f5736877b411ad87ecc7cea7.zip | |
Added spaces for render date
| -rw-r--r-- | templates/blog/home.html | 2 |
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> |
