diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:24:54 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:24:54 -0700 |
| commit | 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 (patch) | |
| tree | 095be38789871a82d1aebd0ed3cf2547b7b850db /templates/outline.html.template | |
| parent | 44645b7ec78750ee61e9f65313242788c324437d (diff) | |
| download | roseh.moe-9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8.tar.zst | |
Don't pre-render templates.
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template index be739c3..9dd6730 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>{{.Title}}</title> + <title>{{template "title" .}}</title> <link rel="icon" href="/static/icon.png"> <link rel="stylesheet" href="/static/styles.css"> </head> |
