🐶 Changed absolute path to relative path

there is no need to be an absolute path becouse there is a canonifyurls option.
This commit is contained in:
koirand 2018-09-24 23:39:32 +09:00
parent f1de1742c5
commit 5e7d82f192
5 changed files with 14 additions and 14 deletions

View file

@ -3,12 +3,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ .Site.Author }}" />
<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}img/favicon.ico">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/markdown.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax-highlight.css">
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/markdown.css">
<link rel="stylesheet" href="/css/syntax-highlight.css">
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
<link rel="stylesheet" href="{{ . }}">
{{ end }}
<title>
{{ if eq .Title .Site.Title }}