summaryrefslogtreecommitdiff
path: root/templ/base.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
commitb731258e18504ce41ba96ff890c96a385e7a3347 (patch)
tree5648765e92661fdf129a44c47e9f0295dd46b36d /templ/base.tpl
parent09fccc3599dc4f23a60c4bdbc77c2f4740e2ade4 (diff)
downloadgosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.gz
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.bz2
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.zip
Overhaul navbar and general site setup
Diffstat (limited to '')
-rw-r--r--templ/base.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templ/base.tpl b/templ/base.tpl
index 9d8d1c2..c96f2a9 100644
--- a/templ/base.tpl
+++ b/templ/base.tpl
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" sizes="16x16 32x32 48x48">
<title>{{block "title" .}}Kosten{{end}}</title>
+ <link href="/static/custom.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
{{block "head" .}}{{end}}