Skip to content

Commit

Permalink
Style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Sep 29, 2024
1 parent 9ab3c47 commit c60a37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pinetheme/layouts/blog/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>{{ .Title }}</h1>

<div class="box rows pad_s">
<h3>{{ .Title }}</h3>
<p>{{ .Summary | strings.Truncate 300 | plainify}}</p>
<p>{{ .Summary | strings.Truncate 300 | plainify | htmlUnescape}}</p>
{{ partial "blog_date.html" . }}
</div>
</a>
Expand Down

0 comments on commit c60a37d

Please sign in to comment.