diff options
| author | ache <ache@ache.one> | 2024-11-25 13:28:51 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-11-25 13:28:51 +0100 |
| commit | bc44441ecd956a97add038b11139b14b97a1865f (patch) | |
| tree | f7b4a5ef43fdeaf43f443e32f29a8acffb8db51c /src/templates/legal.tmpl | |
| parent | Fix the notes pas for gsm (diff) | |
Move left panel
Diffstat (limited to 'src/templates/legal.tmpl')
| -rw-r--r-- | src/templates/legal.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/legal.tmpl b/src/templates/legal.tmpl index 3b9771b..f46181a 100644 --- a/src/templates/legal.tmpl +++ b/src/templates/legal.tmpl @@ -2,6 +2,7 @@ <html lang="{{lang}}"> {{>header }} <body> + {{> leftPanel }} <div class="decal_panel"> <div class="marge"></div> <article class="post" id="{{domTitle}}_article"> @@ -9,7 +10,6 @@ </article> <div class="sidenotes"></div> </div> - {{> leftPanel }} {{>hid }} </body> </html> |