Make the footer work
This commit is contained in:
@@ -17,7 +17,3 @@ Basalt is intended to be an easy-to-understand UI Framework designed for CC:Twea
|
|||||||
Obviously NyoriE has implemented some easter eggs, *some people* call them "bugs". If you happen to discover one of these just make a new [Github Issue](https://github.com/Pyroxenium/Basalt/issues)
|
Obviously NyoriE has implemented some easter eggs, *some people* call them "bugs". If you happen to discover one of these just make a new [Github Issue](https://github.com/Pyroxenium/Basalt/issues)
|
||||||
|
|
||||||
Additionally, if you have questions about Basalt or how to make use of it, feel free to create a new discussion on [Basalt's Discussion Board (Github)](https://github.com/Pyroxenium/Basalt/discussions), or ask in our [discord](https://discord.gg/yNNnmBVBpE).
|
Additionally, if you have questions about Basalt or how to make use of it, feel free to create a new discussion on [Basalt's Discussion Board (Github)](https://github.com/Pyroxenium/Basalt/discussions), or ask in our [discord](https://discord.gg/yNNnmBVBpE).
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Feel free to join our [discord](https://discord.gg/yNNnmBVBpE)!
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
logo: '/_media/logo.png',
|
logo: '/_media/logo.png',
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
|
loadFooter: '_footer.md',
|
||||||
autoHeader: true,
|
autoHeader: true,
|
||||||
subMaxLevel: 2,
|
subMaxLevel: 2,
|
||||||
homepage: 'Home.md',
|
homepage: 'Home.md',
|
||||||
@@ -50,5 +51,7 @@
|
|||||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/prismjs@1.28.0/components/prism-lua.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1.28.0/components/prism-lua.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/@alertbox/docsify-footer/dist/docsify-footer.min.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user