summaryrefslogtreecommitdiff
path: root/templates/post.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-27 19:00:15 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-27 19:00:15 -0400
commita88257e90beaaebbf7ebaca57cc871fceb93fda9 (patch)
tree6259d02103a7264b10a5e7c87c568071eb9c1d9e /templates/post.html.j2
parent130bceda109ce9c000779373ea1fc8b27079c8e5 (diff)
downloadcarpentertutoring-a88257e90beaaebbf7ebaca57cc871fceb93fda9.tar.xz
carpentertutoring-a88257e90beaaebbf7ebaca57cc871fceb93fda9.zip
chore: bump axum and askama
Fix breaking changes in markdown and templating
Diffstat (limited to 'templates/post.html.j2')
-rw-r--r--templates/post.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html.j2 b/templates/post.html.j2
index e1c447a..2d70ebc 100644
--- a/templates/post.html.j2
+++ b/templates/post.html.j2
@@ -18,7 +18,7 @@
<section>
<article>
- {{ post.get_article()|markdown }}
+ {{ post.get_article() | safe }}
</article>
</section>
{% endblock %} \ No newline at end of file