aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 68d3f8d..fec24ef 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -28,14 +28,14 @@
<header>
<img src="{{ static .Logo.Header }}" alt="Logo">
<nav>
- {{ range .Links }}<a href="{{ .URL }}">{{ .Name }}</a>{{end}}
+ {{ range .Links }}
+ <a href="{{ .URL }}">
+ {{ .Name }}
+ </a>
+ {{end}}
</nav>
</header>
-{{ if .Article }}
-<main>{{ template "body" . }}</main>
-{{ else }}
-<article>{{ template "body" . }}</article>
-{{ end }}
+{{ template "body" . }}
<footer>
<p>&copy; 2025 - Anhgelus Morthuuzh</p>
<p>«&thinsp;{{ .Quote }}&thinsp;»</p>