diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-12 08:41:09 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-12 08:41:09 +0800 |
commit | 6cceade2da5425a2a1c46ac032263c961e81affb (patch) | |
tree | e183ad90d4fd2109d66d57498b3a43649f098fae /forged/templates/501.tmpl | |
parent | Remove hr and forge name footer from error page templates (diff) | |
download | forge-6cceade2da5425a2a1c46ac032263c961e81affb.tar.gz forge-6cceade2da5425a2a1c46ac032263c961e81affb.tar.zst forge-6cceade2da5425a2a1c46ac032263c961e81affb.zip |
Sticky footer
Diffstat (limited to 'forged/templates/501.tmpl')
-rw-r--r-- | forged/templates/501.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/forged/templates/501.tmpl b/forged/templates/501.tmpl index d982bfc..f17b62e 100644 --- a/forged/templates/501.tmpl +++ b/forged/templates/501.tmpl @@ -11,9 +11,11 @@ </head> <body class="501"> {{- template "header" . -}} - <div class="padding-wrapper complete-error-page"> - <h1>501 Not Implemented</h1> - </div> + <main> + <div class="padding-wrapper complete-error-page"> + <h1>501 Not Implemented</h1> + </div> + </main> <footer> {{- template "footer" . -}} </footer> |