|
|
@ -10,17 +10,10 @@ |
|
|
|
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title> |
|
|
|
<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="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"> |
|
|
|
{{ else }} |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/monosocialiconsfont.css"> |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
{{ if .Site.Params.enableRSS }} |
|
|
|
<link href="{{ .Site.RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> |
|
|
|
{{ end }} |
|
|
|