mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 16:14:33 +02:00
🔥 Removed reference to stickey attribute, forgot to delete it earlier
This commit is contained in:
parent
fecfa1ede5
commit
7af784088f
@ -2,7 +2,7 @@
|
|||||||
<!-- User Footer -->
|
<!-- User Footer -->
|
||||||
<footer v-if="text && text !== ''" v-html="text"></footer>
|
<footer v-if="text && text !== ''" v-html="text"></footer>
|
||||||
<!-- Default Footer -->
|
<!-- Default Footer -->
|
||||||
<footer v-else :class="!scrollVisible ? 'fixed' : ''">
|
<footer v-else>
|
||||||
Developed by <a :href="authorUrl">{{authorName}}</a>.
|
Developed by <a :href="authorUrl">{{authorName}}</a>.
|
||||||
Licensed under <a :href="licenseUrl">{{license}}</a>
|
Licensed under <a :href="licenseUrl">{{license}}</a>
|
||||||
{{ showCopyright? '©': '' }} {{date}}.
|
{{ showCopyright? '©': '' }} {{date}}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user