aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-base.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/-base.html.tmpl')
-rw-r--r--src/templates/-base.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl
index 62f3301..f455a14 100644
--- a/src/templates/-base.html.tmpl
+++ b/src/templates/-base.html.tmpl
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ if .Debugp }}
- <link href="/style.css" type="text/css" rel="stylesheet">
+ <link href="/style-2.css" type="text/css" rel="stylesheet">
{{ else }}
<link href="/style.min.css" type="text/css" rel="stylesheet">
{{ end }}
@@ -38,7 +38,7 @@
</head>
<body>
{{ template "content" . }}
- <footer>
+ <footer class="container">
<p>
<small>
{{ .Get "Found a mistake or want to contribute missing information?" }}