diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-15 08:38:43 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-15 08:38:43 -0700 |
| commit | b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c (patch) | |
| tree | 1b3960d0d9ff035dfa815b4b3d3258558d34cf9b /templates/outline.html.template | |
| parent | f6356df0131adb8098ff1fd5e8578707aa1af06b (diff) | |
| download | roseh.moe-b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c.tar.zst | |
Fix html formatting
...finally
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template index fd3c215..6ef1fe0 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -6,5 +6,7 @@ {{template "head" .}} </head> - <body>{{template "body" .}}</body> + <body> + {{template "body" .}} + </body> </html> |
