allow html to be passed to description

This commit is contained in:
Tiago vasconcelos 2022-04-14 10:42:26 +01:00 committed by dni ⚡
parent c299927e7c
commit 2a63fb1914

View file

@ -82,7 +82,7 @@
> >
</div> </div>
</div> </div>
<p v-else>{{SITE_DESCRIPTION}}</p> <p v-else>{{SITE_DESCRIPTION | safe}}</p>
</q-card-section> </q-card-section>
</q-card> </q-card>
</div> </div>