summaryrefslogtreecommitdiff
path: root/src/http/tpl/base.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2024-05-18 16:45:28 +0200
committerBrian Picciano <mediocregopher@gmail.com>2024-05-18 16:45:28 +0200
commitffa26298c95451639a6e01db6692d02d50b3d518 (patch)
tree346c5aef72e60a3c2b47e9713aea7c723c116bc1 /src/http/tpl/base.html
parent93a8843e2e3391459fd333aef9e5c7617608c2b3 (diff)
Remove most custom template functions from html templating
Diffstat (limited to 'src/http/tpl/base.html')
-rw-r--r--src/http/tpl/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html
index 7e7a4a9..47644f7 100644
--- a/src/http/tpl/base.html
+++ b/src/http/tpl/base.html
@@ -3,9 +3,8 @@
<head>
<title>{{ .Title }}</title>
- <style>{{ StaticInlineCSS "new.css" }}</style>
- <style>{{ StaticInlineCSS "mediocre.css" }}</style>
-
+ <link rel="stylesheet" type="text/css" href="{{ StaticURL "new.css" }}" />
+ <link rel="stylesheet" type="text/css" href="{{ StaticURL "mediocre.css" }}" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ StaticURL "favicon/apple-touch-icon.png" }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ StaticURL "favicon/favicon-32x32.png" }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ StaticURL "favicon/favicon-16x16.png" }}">