Allow HTML in summary

This commit is contained in:
Jarno Rankinen 2024-02-10 18:05:33 +02:00
parent 9c321215e0
commit 09be2e73fc
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@
<div class="container">
<div class="summary">
<div class="title is-size-5 has-text-primary has-text-weight-bold">
{{ translate "summary" $lang | html }}
{{ translate "summary" $lang }}
</div>
<div class="wrapper">{{ .Profile.Summary }}</div>
<div class="wrapper">{{ .Profile.Summary | html }}</div>
</div>
</div>
<div class="container">