mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add categories for docs template
This commit is contained in:
11
web-app/src/lib/templates/common/Footer.svelte
Normal file
11
web-app/src/lib/templates/common/Footer.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
const { text }: { text: string } = $props();
|
||||
</script>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<small>
|
||||
{@html text}
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user