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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3ba43f0..4f0019e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -11,7 +11,8 @@
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ if .Site.Params.opengraph }}{{ partial "opengraph.html" . }}{{ end }}
- <link rel="stylesheet" href="{{ .Site.BaseURL }}dist/styles.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}dist/site.css">
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
{{ if .OutputFormats.Get "RSS" }}