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

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/top.html')
-rw-r--r--layouts/partials/top.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/top.html b/layouts/partials/top.html
index 8d073d1..576f3eb 100644
--- a/layouts/partials/top.html
+++ b/layouts/partials/top.html
@@ -23,9 +23,9 @@
{{- end }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/journal.css">
- <link href="{{ .Site.BaseURL }}index.xml" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
+ <link rel="stylesheet" href="{{ "css/highlight.css" | relURL }}">
+ <link rel="stylesheet" href="{{ "css/journal.css" | relURL }}">
+ <link href="{{ "index.xml" | relURL }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
</head>