diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 19:00:15 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 19:00:15 -0400 |
commit | a88257e90beaaebbf7ebaca57cc871fceb93fda9 (patch) | |
tree | 6259d02103a7264b10a5e7c87c568071eb9c1d9e /templates/about/blurb.html.j2 | |
parent | 130bceda109ce9c000779373ea1fc8b27079c8e5 (diff) | |
download | carpentertutoring-a88257e90beaaebbf7ebaca57cc871fceb93fda9.tar.xz carpentertutoring-a88257e90beaaebbf7ebaca57cc871fceb93fda9.zip |
chore: bump axum and askama
Fix breaking changes in markdown and templating
Diffstat (limited to 'templates/about/blurb.html.j2')
-rw-r--r-- | templates/about/blurb.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/about/blurb.html.j2 b/templates/about/blurb.html.j2 index 4389d47..a5e91d3 100644 --- a/templates/about/blurb.html.j2 +++ b/templates/about/blurb.html.j2 @@ -1,3 +1,3 @@ <div id="{{ tutor.get_id() }}"> - {{ tutor.get_blurb()|markdown }} -</div> + {{ tutor.get_blurb() | safe }} +</div>
\ No newline at end of file |