aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/about.html.tmpl
diff options
context:
space:
mode:
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 }}