aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/layouts/_default/baseof.html')
-rw-r--r--themes/flamingo/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html
index ccec626..7bbf0d5 100644
--- a/themes/flamingo/layouts/_default/baseof.html
+++ b/themes/flamingo/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" type="text/css" href="css/all.css" />
+ <link rel="stylesheet" type="text/css" href="/css/all.css" />
{{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }}