summaryrefslogtreecommitdiff
path: root/html_templates
diff options
context:
space:
mode:
Diffstat (limited to 'html_templates')
-rw-r--r--html_templates/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
index 21abb9a..e7a133d 100644
--- a/html_templates/default.html
+++ b/html_templates/default.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ $title }}</title>
<link rel="shortcut icon" href="/images/favicon.png">
+ <link rel="stylesheet" href="/css/site.css">
</head>
<body>
<section>{{ $contents }}</section>