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

github.com/saadnpq/npq-hugo.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9702080..6f4e278 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,8 +10,8 @@
{{- with .Site.Params.keywords -}}
<meta name="keywords" content="{{.}}">
{{ end -}}
- <link rel="stylesheet" href={{ "/css/syntax.css" | absURL }}>
- <link rel="stylesheet" href={{ "/css/style.css" | absURL }}>
+ <link rel="stylesheet" href={{ "css/syntax.css" | absURL }}>
+ <link rel="stylesheet" href={{ "css/style.css" | absURL }}>
<script src="https://kit.fontawesome.com/1b7478c139.js" crossorigin="anonymous"></script>
<title>{{ .Site.Title }}</title>
</head> \ No newline at end of file