fix image captions being rendered incorrectly with quotes
This commit is contained in:
parent
ef29c86026
commit
18d16caf1a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<img class="article-img" width="{{ $img.Width }}" height="{{ $img.Height }}" src="{{ $img.RelPermalink }}" alt="{{ $.Text }}" />
|
||||
{{ end }}
|
||||
</a>
|
||||
<figcaption>{{ $.Text }}</figcaption>
|
||||
<figcaption>{{ $.Text | safeHTML }}</figcaption>
|
||||
</figure>
|
||||
|
||||
{{- else -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue