aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-16 21:06:20 -0400
committerBobby <[email protected]>2023-06-16 21:06:20 -0400
commit3f58ec2e918d6dcdc1213c58caec2d1691c81d3d (patch)
tree3609454888405e60e65ac3755bbcd7da91da3593 /templates
parent66af49f7d066320a409bbc3a305d67dc96c4e281 (diff)
downloadthatcomputerscientist-3f58ec2e918d6dcdc1213c58caec2d1691c81d3d.tar.xz
thatcomputerscientist-3f58ec2e918d6dcdc1213c58caec2d1691c81d3d.zip
Sending complete article in RSS
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 3949d929..8ecb1a29 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -49,7 +49,7 @@
<div id="article-body">
{{ post.first_paragraph | safe }}
- <img style="width: 100%; height: 473.3333px; max-height: 473.3333px; margin: 20px auto; display: block; border-radius: 8px;" src="{% url 'ignis:post_image' '710' post.id %}.gif" alt="Post Image for {{ post.title }}">
+ <img style="width: 100%; height: 473.3333px; max-height: 473.3333px; margin: 20px auto; display: block; border-radius: 8px;" src="{% url 'ignis:post_image' '710' post.id %}.gif" alt="Post Image for {{ post.title }}" id="arpi_">
<hr>
{{ post.body | safe }}
</div>