diff options
Diffstat (limited to 'templates/_head_common.htmpl')
-rw-r--r-- | templates/_head_common.htmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/_head_common.htmpl b/templates/_head_common.htmpl index 6fcfea1..bc14cb6 100644 --- a/templates/_head_common.htmpl +++ b/templates/_head_common.htmpl @@ -1,3 +1,5 @@ -{{ define _tp_head_common(handle: io::handle, title: str = "Untitled") (void | io::error | nomem) }} -<title>{{ title }}</title> +{{ define _tp_head_common(handle: io::handle) (void | io::error | nomem) }} +<meta charset="utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<link rel="stylesheet" href="/:/static/style.css" /> {{ end }} |