Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9007fde..43805df 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -16,8 +16,9 @@
<link href="{{ .RSSLink }}" rel="alternate" title="{{ .Site.Title }}" type="application/atom+xml">
<link href="{{ .Site.BaseURL }}/images/fav.ico" rel="shortcut icon">
-
- {{ partial "css/screen.css" . }}
+ <style>
+ {{ partial "css/screen.css" . | safeCSS }}
+ </style>
<link href="{{ .Site.BaseURL }}/css/custom.css" media="screen, projection" rel="stylesheet" type="text/css">