summaryrefslogtreecommitdiff
path: root/web/layouts/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/layouts/baseof.html')
-rw-r--r--web/layouts/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/layouts/baseof.html b/web/layouts/baseof.html
index 983e6e1..96d8e07 100644
--- a/web/layouts/baseof.html
+++ b/web/layouts/baseof.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" type="text/css" href="static/simple.css">
<title>{{ .Site.Title }}</title>
</head>
<body>