feat(frontend): always show footer at bottom of page
This commit is contained in:
parent
84b87790ee
commit
40fb2d5dd1
|
@ -23,6 +23,8 @@
|
|||
<meta property="og:site_name" content="pronouns.cc" />
|
||||
</svelte:head>
|
||||
|
||||
<div class="d-flex flex-column min-vh-100">
|
||||
<div class="flex-grow-1">
|
||||
<Navigation />
|
||||
<div class="container">
|
||||
<slot />
|
||||
|
@ -31,7 +33,10 @@
|
|||
<Toast header={toast.header} body={toast.body} />
|
||||
{/each}
|
||||
</div>
|
||||
<footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="container">
|
||||
<hr />
|
||||
<p>
|
||||
pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{commit}">{version}</a>
|
||||
|
|
Loading…
Reference in New Issue