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