diff --git a/src/lib/components/main/footer.svelte b/src/lib/components/main/footer.svelte index a6de8dc..92e0eeb 100644 --- a/src/lib/components/main/footer.svelte +++ b/src/lib/components/main/footer.svelte @@ -14,7 +14,7 @@ class="footer footer-center bg-base-300 text-base-content shadow-inner p-8 {rounded ? 'rounded-box' : 'md:rounded-box'} {sticky ? 'sticky bottom-0 z-0 md:static' : ''} {className ?? ''}"> -
+

{#if footerConfig.nav} {#each footerConfig.nav as { text, link }, i} @@ -30,20 +30,24 @@ : new Date().toJSON().substring(0, 4)} {site.author.name}
-
The code of this site is + + + All content by me, the Author, unless otherwise stated, is permissively licensed under MIT LicensedCC BY-SA 4.0. - Powered by + + The code of this site is - Urara + class="tooltip tooltip-secondary link-primary font-bold hover:text-secondary" + data-tip="🌸 See the license [δ] - Based on MDsveX & SvelteKit 🌸" + href="https://git.mattmor.in/Madmin/its-personal/src/branch/master/LICENSE"> + MIT licensed, Powered by my code & Urara {#if footerConfig.html}
@@ -51,26 +55,20 @@ {/if}

+ - - - + -->