diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:05:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:05:01 +0800 |
commit | 053efe176ee241c87c9e31c4e2bbd999f9f77bf2 (patch) | |
tree | 3c068149ef1bd82ac4dd0b9d4d9c3a185635e2f0 /templates/index.html.tmpl | |
parent | handle_user: Stub (diff) | |
download | forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.tar.gz forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.tar.zst forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.zip |
_header.html: Format the main header
Diffstat (limited to '')
-rw-r--r-- | templates/index.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index a8ef445..50cd489 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -6,9 +6,7 @@ <title>Index – Lindenii Forge</title> </head> <body class="index"> - <header> - {{ template "header" . }} - </header> + {{ template "header" . }} <div class="padding-wrapper"> <h1>Lindenii Forge</h1> <h2> |