diff options
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template index 1dbc621..9bea270 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -1,11 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>{{template "title" .}}</title> <link rel="icon" href="/static/icon.webp"> <link rel="stylesheet" href="/static/styles.css"> + + {{template "head" .}} </head> - <body> -{{template "body" .}} - </body> + <body>{{template "body" .}}</body> </html> |
