diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 01:23:32 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 01:23:32 +0200 |
commit | d838cee9cb536049119a22e805746d958628387d (patch) | |
tree | 44dfe9c5c27b1993401e3b81e6d14e24e224a7ae /src/templates/-base.html.tmpl | |
parent | 4230f1c26beed64d84e9a14c0bb0a6cf4c5bfc8a (diff) |
Big changes to everything
Diffstat (limited to 'src/templates/-base.html.tmpl')
-rw-r--r-- | src/templates/-base.html.tmpl | 4 |
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?" }} |