diff options
Diffstat (limited to 'templates/_head.html.tmpl')
-rw-r--r-- | templates/_head.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_head.html.tmpl b/templates/_head.html.tmpl index b2cd487..4641107 100644 --- a/templates/_head.html.tmpl +++ b/templates/_head.html.tmpl @@ -1,5 +1,5 @@ {{- define "head_common" -}} <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<link rel="stylesheet" href="/static/style.css" /> +<link rel="stylesheet" href="/:/static/style.css" /> {{- end -}} |