diff --git a/templates/page.html b/templates/page.html index 5213118..bc88b6b 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,7 +4,7 @@

{{ page.title }}

-

{{ page.description }}

+

{{ page.description | safe }}

{% if page.extra.mainimage %} {{ page.extra.mainimage }} diff --git a/templates/software.html b/templates/software.html index 72d6ca1..a206c67 100644 --- a/templates/software.html +++ b/templates/software.html @@ -13,7 +13,7 @@ {% else %}

{{ page.title }}

{% endif %} -

{{ page.description }}

+

{{ page.description | safe }}

{% if page.extra.positive and page.extra.negative %}