diff options
author | sptaule <lecas83@gmail.com> | 2022-02-01 16:08:16 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-02-01 16:08:30 +0100 |
commit | 54ff639713a824474d685193b393c75c4ed8cec6 (patch) | |
tree | 33a44992d6033c3aa9aebac78fe366a298b0d11d /templates/section.html | |
parent | ea99022e4dd0cde65214b036eef3d28dfa394b73 (diff) | |
download | garagehq.deuxfleurs.fr-54ff639713a824474d685193b393c75c4ed8cec6.tar.gz garagehq.deuxfleurs.fr-54ff639713a824474d685193b393c75c4ed8cec6.zip |
Add Download page
Diffstat (limited to 'templates/section.html')
-rwxr-xr-x | templates/section.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/section.html b/templates/section.html index 5d47d46..791195f 100755 --- a/templates/section.html +++ b/templates/section.html @@ -41,8 +41,8 @@ </div> </div> <div class="content mt-2"> - <div class="text-gray-700"> - {{ page.summary | safe }} + <div class="text-gray-700 not-italic"> + {{ page.summary | safe | striptags }} </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> |