Allow unescaped HTML markup in blogroll descriptions

This commit is contained in:
Nathan Upchurch 2024-11-11 10:20:08 -06:00
parent 8849f10e88
commit 82db6b1ba2

View File

@ -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>