Skip to content

Commit

Permalink
Make excerpt italic
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent a5316f4 commit 41693c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</header>
<div{{ attributes.addClass(node_classes) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
{% if snippet %}
<p{{ content_attributes }}>{{ snippet }}</p>
<p{{ content_attributes.addClass('fst-italic') }}>{{ snippet }}</p>
{% endif %}
{% if info %}
<p><em>{{ info }}</em></p>
Expand Down

0 comments on commit 41693c4

Please sign in to comment.