Allow unescaped HTML markup in blogroll descriptions
This commit is contained in:
parent
8849f10e88
commit
82db6b1ba2
@ -20,7 +20,7 @@ layout: layouts/base.njk
|
|||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<p>{{ blog.description }}</p>
|
<p>{{ blog.description | safe }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user