diff --git a/internal/template/templates/common/layout.html b/internal/template/templates/common/layout.html index b81fe1f6..4110bf9c 100644 --- a/internal/template/templates/common/layout.html +++ b/internal/template/templates/common/layout.html @@ -64,7 +64,7 @@ Skip to content -
+
+ {{ end }} {{ if .flashMessage }}
{{ .flashMessage }}
@@ -132,6 +129,9 @@ {{ if .flashErrorMessage }}
{{ .flashErrorMessage }}
{{ end }} + + {{template "header" .}} +
{{template "content" .}}
diff --git a/internal/template/templates/views/about.html b/internal/template/templates/views/about.html index 7a81856f..eab73af9 100644 --- a/internal/template/templates/views/about.html +++ b/internal/template/templates/views/about.html @@ -1,11 +1,13 @@ {{ define "title"}}{{ t "page.about.title" }}{{ end }} -{{ define "content"}} - + +{{ end }} +{{ define "content"}}

Miniflux