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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3a7e08e..938bb10 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,8 +4,8 @@
<title>{{ .Params.Title | default "Title" }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
- <link rel="stylesheet" href={{ "assets/css/main.css" | absURL }}/>
- <noscript><link rel="stylesheet" href={{ "assets/css/noscript.css" | absURL }}/></noscript>
+ <link rel="stylesheet" href="{{ "assets/css/main.css" | absURL }}"/>
+ <noscript><link rel="stylesheet" href="{{ "assets/css/noscript.css" | absURL }}"/></noscript>
<style>
:root{--site-background : url("{{ .Params.background | default "images/bg.jpg" | absURL }}")};
</style>