🔥 Removed reference to stickey attribute, forgot to delete it earlier
This commit is contained in:
@@ -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}}.
|
||||||
|
|||||||
Reference in New Issue
Block a user