zwischenstand
This commit is contained in:
@@ -22,28 +22,30 @@
|
||||
</script>
|
||||
|
||||
<CrinkledSection>
|
||||
<footer class="footer">
|
||||
<section id="legal-section">
|
||||
<div class="wrapper">
|
||||
<small class="">© 2025 | KontextWerk | Alle Rechte vorbehalten.</small>
|
||||
<nav class="nav-points">
|
||||
<ul>
|
||||
{#each navigationEntries.length ? navigationEntries[0].elements : [] as link}
|
||||
<li>
|
||||
<a
|
||||
class="footer-nav-point-bottom"
|
||||
use:spaLink
|
||||
href={link.page}
|
||||
>
|
||||
<small>{link.name}</small>
|
||||
</a>
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
{#snippet contentSnippet()}
|
||||
<footer class="footer">
|
||||
<section id="legal-section">
|
||||
<div class="wrapper">
|
||||
<small class="">© 2025 | KontextWerk | Alle Rechte vorbehalten.</small>
|
||||
<nav class="nav-points">
|
||||
<ul>
|
||||
{#each navigationEntries.length ? navigationEntries[0].elements : [] as link}
|
||||
<li>
|
||||
<a
|
||||
class="footer-nav-point-bottom"
|
||||
use:spaLink
|
||||
href={link.page}
|
||||
>
|
||||
<small>{link.name}</small>
|
||||
</a>
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
{/snippet}
|
||||
</CrinkledSection>
|
||||
|
||||
<style lang="less">
|
||||
|
||||
Reference in New Issue
Block a user