diff options
| author | Bobby <[email protected]> | 2023-06-04 06:17:44 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 06:17:44 -0400 |
| commit | c4fae35257da0f4283c3be2a5addcbfc1ff91818 (patch) | |
| tree | 2fe01dc56dfe9f93a4401fb892dbc5071be3dbd9 | |
| parent | 8b08f8c89d71c2bd01cb0be161dfb990908d8ba3 (diff) | |
| download | thatcomputerscientist-c4fae35257da0f4283c3be2a5addcbfc1ff91818.tar.xz thatcomputerscientist-c4fae35257da0f4283c3be2a5addcbfc1ff91818.zip | |
Fix Grammar in Recommended
| -rw-r--r-- | templates/blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index c8fcd4e8..6ecef193 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -78,7 +78,7 @@ </div> <div class="post-actions" style="clear: both;"> <a href="{% url 'blog:post' read_next.slug %}">Continue Reading</a> | <a href="{% url 'blog:post' read_next.slug %}#comments">{{ read_next.num_comments }} - Opinion{% if not read_next.comments.count == 1 %}s{% endif %}</a> + Opinion{% if not read_next.num_comments == 1 %}s{% endif %}</a> </div> </div> </div> |
