aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/about.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
commit15f841ab43fd9b431e93d2e870c23ae7695929cc (patch)
treeaa62f3868832ff74bcceba7d9ba57cd89e592796 /src/templates/about.html.tmpl
parent6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff)
Fix a lot of UI issuesHEADmaster
Diffstat (limited to 'src/templates/about.html.tmpl')
-rw-r--r--src/templates/about.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/about.html.tmpl b/src/templates/about.html.tmpl
index 1ef6339..0eea730 100644
--- a/src/templates/about.html.tmpl
+++ b/src/templates/about.html.tmpl
@@ -3,11 +3,11 @@
{{ end }}
{{ define "content" }}
-<header>
+<header class="container">
{{ template "navbar" . }}
<h1>{{ .Get "About Us" }}</h1>
</header>
-<main>
+<main class="container">
<h2>{{ .Get "Open Source" }}</h2>
<p>
{{ .Get "This website is an open project, and a collaboration between developers, translators, and researchers. All source code, data, images, and more for the website are open source and can be found {LinkGit:L}here{-:E}. This site is licensed under the {LinkBSD:L}BSD Zero Clause License{-:E} giving you the full freedom to do whatever you would like with any of the content on this site."
@@ -20,4 +20,4 @@
(map "Email" "mail@euro-cash.eu") }}
</p>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}