|
|
@ -11,6 +11,10 @@ |
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.ico"> |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css"> |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css"> |
|
|
|
{{ range .Site.Params.customCSS }} |
|
|
|
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}"> |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
{{ if eq .Site.Params.iconFont "font-awesome" }} |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}fontawesome/css/font-awesome.min.css"> |
|
|
|
{{ else }} |
|
|
|