fix: markdown rendering on index.html (#3472)
This commit is contained in:
parent
877af0c21e
commit
98e9a61b98
1 changed files with 2 additions and 3 deletions
|
|
@ -94,9 +94,8 @@
|
||||||
<p
|
<p
|
||||||
class="q-my-sm"
|
class="q-my-sm"
|
||||||
v-if="'{{LNBITS_SHOW_HOME_PAGE_ELEMENTS}}' == 'True'"
|
v-if="'{{LNBITS_SHOW_HOME_PAGE_ELEMENTS}}' == 'True'"
|
||||||
>
|
v-html="formatDescription"
|
||||||
{{SITE_DESCRIPTION}}
|
></p>
|
||||||
</p>
|
|
||||||
</template>
|
</template>
|
||||||
<!-- <div
|
<!-- <div
|
||||||
class="gt-sm"
|
class="gt-sm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue