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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/includes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/includes.html b/layouts/partials/includes.html
index f7b2951..dba3f51 100644
--- a/layouts/partials/includes.html
+++ b/layouts/partials/includes.html
@@ -1,4 +1,4 @@
-<link rel="stylesheet" href="css/fonts.css" type="text/css">
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/all.min.css">
- <link rel="stylesheet" href="css/vncnt.css">
+<link rel="stylesheet" href="{{ "/css/fonts.css" | absURL }}" type="text/css">
+ <link rel="stylesheet" href="{{ "/css/normalize.css" | absURL }}">
+ <link rel="stylesheet" href="{{ "/css/all.min.css" | absURL }}">
+ <link rel="stylesheet" href="{{ "/css/vncnt.css" | absURL }}">