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

github.com/kritoke/darksimplicity.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.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a6ebfd3..4b76175 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,9 @@
{{ with .Site.Params.role }}<meta name="description" content="{{ . }}">{{ end }}
<base href="{{ .Site.BaseURL }}">
<title>{{ .Title }}</title>
+ <!-- <link rel="stylesheet" href="{{ "/css/style.min.css" | relURL }}"> -->
<link rel="stylesheet" href="{{ "/css/style.min.css" | relURL }}">
+
</head>
<body>
<div class="wrap">