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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse B Miller <jesse@jessebmiller.com>2020-01-04 20:44:26 +0300
committerGitHub <noreply@github.com>2020-01-04 20:44:26 +0300
commit3de061ef94dc7a5f31c84157a519d59e0ab463f0 (patch)
treee6efcc86653499f8efce6a90a374ba453be46bcc
parent056db8f3285fd1c353b5d171c12c6daa1690e212 (diff)
make stylesheet baseURL aware
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 9fb47cc..e20de23 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,4 +1,4 @@
-<link rel="stylesheet" href="/css/style.css">
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">