Allow markdown in section2 texts

This commit is contained in:
Wim V. (rv0)
2019-08-29 12:48:01 +02:00
parent 09cd890f5c
commit c7443d7698

View File

@@ -23,7 +23,7 @@
<p> <p>
<span class="icon-box-title">{{ .title }}</span> <span class="icon-box-title">{{ .title }}</span>
<span class="icon-box-text">{{ .text }}</span> <span class="icon-box-text">{{ .text | markdownify }}</span>
</p> </p>
</div> </div>
</div> </div>