summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 16:12:36 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 16:12:36 -0600
commit5c1c14513e3dcd896bbdbf98399d3900fad455cd (patch)
tree9c197002bb3d7a7de018504d0ec675f89cdbdcb2 /blog
parent12af89cb5d418cc63587a454ed1d461da26fd36a (diff)
downloadjthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar.gz
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar.bz2
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar.lz
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar.xz
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.tar.zst
jthanio-5c1c14513e3dcd896bbdbf98399d3900fad455cd.zip
footer and fix blog post template
Diffstat (limited to 'blog')
-rw-r--r--blog/templates/blog/blog_post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/templates/blog/blog_post.html b/blog/templates/blog/blog_post.html
index 5394f29..6bd48f8 100644
--- a/blog/templates/blog/blog_post.html
+++ b/blog/templates/blog/blog_post.html
@@ -58,11 +58,12 @@
</div>
</div>
</div>
+ </div>
- </div>
</div>
<p><a href="{{ request.META.HTTP_REFERER }}">Return to previous page</a></p>
+</div>
{% endblock %}