aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2022-09-29 13:16:03 +0200
committerQuentin <quentin@dufour.io>2022-09-29 13:16:03 +0200
commitd549b125dcb64ccf16fd7dbf066a7d39165523b7 (patch)
tree12a00861e387c9e4b8b72a8e195a069a04691173 /templates
parente95289c4833eee291a8217c771c2490ebcbbc751 (diff)
parent4f57f6c7426d4171d2db5bb167a1559a66432074 (diff)
downloadgaragehq.deuxfleurs.fr-d549b125dcb64ccf16fd7dbf066a7d39165523b7.tar.gz
garagehq.deuxfleurs.fr-d549b125dcb64ccf16fd7dbf066a7d39165523b7.zip
Merge pull request 'New article: Bringing theoretical design and observed performances face to face' (#12) from perf into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/12
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/section.html2
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>