diff options
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> |