We use HTML5, so no </img>

This commit is contained in:
Simon Bruder 2017-11-05 11:20:59 +00:00
parent 46546bd86e
commit f21a4f3163

View file

@ -2,7 +2,7 @@
<h5>{{ .Site.Params.Guide.heading }}</h6> <h5>{{ .Site.Params.Guide.heading }}</h6>
{{ range .Site.Params.Guide.step }} {{ range .Site.Params.Guide.step }}
<div class="row"> <div class="row">
<div class="five columns"><img src="{{ .img | relURL }}" alt="{{ .text | plainify }}" class="guide"></img></div> <div class="five columns"><img src="{{ .img | relURL }}" alt="{{ .text | plainify }}" class="guide"></div>
<div class="seven columns"><p class="guide">{{ .text | safeHTML }}</p></div> <div class="seven columns"><p class="guide">{{ .text | safeHTML }}</p></div>
</div> </div>
{{ end }} {{ end }}