diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-28 15:31:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-28 15:31:36 +0200 |
commit | 6133fcd3ca1856905afc069e1d817cd3e1b6dcad (patch) | |
tree | e266fcbf637e9b87ad15c2c6733ddaf5031a5f1e /templates | |
parent | 59afb0d32b3a3c51400639559345dafd05b2a32e (diff) | |
download | garagehq.deuxfleurs.fr-6133fcd3ca1856905afc069e1d817cd3e1b6dcad.tar.gz garagehq.deuxfleurs.fr-6133fcd3ca1856905afc069e1d817cd3e1b6dcad.zip |
Fixes up to TTFB plot
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index 9ab3785..380e230 100755 --- a/templates/section.html +++ b/templates/section.html @@ -42,7 +42,7 @@ </div> <div class="content mt-2"> <div class="text-gray-700 text-lg not-italic"> - {{ page.summary | safe | striptags }} + {{ page.summary | striptags | safe }} </div> <a class="group font-semibold p-4 flex items-center space-x-1 text-garage-orange" href='{{ page.permalink }}'> <div class="h-0.5 mt-0.5 w-4 group-hover:w-8 group-hover:bg-garage-gray transition-all bg-garage-orange"></div> |