From f4fb28ee30c124d520fec9a27b1ac1bbce9f04e4 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 8 Jan 2023 11:14:46 -0500 Subject: Fixed avatar in post comments --- templates/blog/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blog/post.html b/templates/blog/post.html index 90f7a71a..a2075b7c 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -1,5 +1,5 @@ {% extends 'blog/partials/base.html' %} {% block content %} - +{% load static %}
Cover Image

{{ post.title }}

@@ -22,7 +22,7 @@
- Profile Picture + Profile Picture
-- cgit v1.2.3