Skip to content

Commit

Permalink
Fix plainify
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Apr 3, 2024
1 parent ef00531 commit 5e6cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/companies/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ <h2 class="work-title">
{{ end }}
</a>
</h2>
{{ .Content | truncate 120 "..." | plainify }}
{{ .Content | plainify | htmlUnescape | truncate 120 "..." }}
</div>
</div>

0 comments on commit 5e6cada

Please sign in to comment.