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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-11-20 07:30:51 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-20 07:30:51 +0300
commit0901aa659528116e1c33628132a2f4bdfd1d08a1 (patch)
tree10a09689b033ca3672dd0d01d03d5a08fff2e216
parentae499bcc09359054996fe5a93f31b25cd52b8811 (diff)
Use absURL for CSS links
-rw-r--r--layouts/partials/head.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4e6529b..1d183c3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -9,10 +9,10 @@
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link rel="shortcut icon" href="/favicon.png">
- <link href="{{ .Site.BaseURL }}webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
- <link href="{{ .Site.BaseURL }}webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
-
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
+ <link href="{{ "webfonts/ptserif/main.css" | absURL }}" rel='stylesheet' type='text/css'>
+ <link href="{{ "webfonts/source-code-pro/main.css" | absURL }}" rel="stylesheet" type="text/css">
+
+ <link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
<link href="http://gmpg.org/xfn/11" rel="profile">