Skip to content

Commit

Permalink
Merge pull request 'theme: don't plainify post summaries' (#31) from …
Browse files Browse the repository at this point in the history
…fix-smart-quotes into main

Reviewed-on: https://git.lix.systems/lix-project/lix-website/pulls/31
Reviewed-by: jade <[email protected]>
  • Loading branch information
jade committed Jul 11, 2024
2 parents 8568afd + 10e4790 commit 7e44247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/lix/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">{{ . }}</h2>
</div>
<div class="card-body">
<h5 class="card-title fw-semibold">{{ .Title }}</h5>
<p class="card-text text-black-61">{{ .Summary | plainify }}</p>
<p class="card-text text-black-61">{{ .Summary }}</p>
</div>
</a>
</div>
Expand Down

0 comments on commit 7e44247

Please sign in to comment.