Footer HTML support, updated german translation

This commit is contained in:
Patrick Hafner
2021-12-25 04:09:41 +01:00
parent 3a12e209da
commit 9ee591417d
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@
</div>
<footer class="mt-5 mb-4">
<p v-if="config.poweredBy">{{ config.poweredBy }}</p>
<p v-if="config.poweredBy" v-html="config.poweredBy"></p>
<p v-else>{{ $t("Powered by") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" ) }}</a></p>
</footer>
</div>