Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Authentication
import { useAuth } from "@/composables/auth";
const auth = useAuth();
+
+ // Current Timestamp
+ const now = new Date();
</script>
<template>
</div>
</nav>
- <RouterView />
+ <div class="is-flex-grow-1 is-flex-shrink-0">
+ <RouterView />
+ </div>
+
+ <footer class="footer is-flex-shrink-0">
+ <Container>
+ <div class="content has-text-centered">
+ <p>
+ © {{ now.getFullYear() }} - Pakfire Build Service
+ </p>
+ </div>
+ </Container>
+ </footer>
</template>
$primary : $primary,
);
+html, body, #app {
+ min-height: 100vh;
+}
+
+#app {
+ display: flex;
+ flex-direction: column;
+}
+
/*
Fonts