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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabiano Frizzo <ffrizzo@gmail.com>2017-11-06 15:40:25 +0300
committerCalin Tataru <calintat@gmail.com>2017-11-20 00:36:42 +0300
commitc151a10dcf2f09c36580c250c814b59d99a66aaa (patch)
tree1d10d046060a74231effaf945a07e930ad2a4fe4
parent98a494a4d0767d4d41c36f514c04949224477990 (diff)
Fix base path for CSS
-rw-r--r--layouts/partials/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index 405fecd..494c53b 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -13,7 +13,7 @@
</style>
<!-- main -->
-<link rel="stylesheet" href="/css/main.css">
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/main.css">
<!-- custom -->
{{ range .Site.Params.css }} <link rel="stylesheet" href="{{ . }}"> {{ end }}