|
|
@ -7,7 +7,7 @@ |
|
|
|
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title> |
|
|
|
|
|
|
|
<!-- CSS --> |
|
|
|
{{ $purecss := printf "%s/web-lib/purecss-2.0.3/" .Site.BaseURL }} |
|
|
|
{{ $purecss := printf "%sweb-lib/purecss-2.0.3/" .Site.BaseURL }} |
|
|
|
<link rel="stylesheet" href="{{ $purecss }}pure-min.css"> |
|
|
|
|
|
|
|
{{ "<!--[if lte IE 8]>" | safeHTML }} |
|
|
@ -21,19 +21,19 @@ |
|
|
|
<link rel="stylesheet" href="/css/side-menu-old-ie.css"> |
|
|
|
{{ "<![endif]-->" | safeHTML }} |
|
|
|
{{ "<!--[if gt IE 8]><!-->" | safeHTML }} |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/side-menu.css"> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}css/side-menu.css"> |
|
|
|
{{ "<!--<![endif]-->" | safeHTML }} |
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/blackburn.css"> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/hacknology.css"> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}css/blackburn.css"> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}css/hacknology.css"> |
|
|
|
|
|
|
|
<!-- Icons --> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}/web-lib/font-awesome-4.7.0/css/font-awesome.min.css"> |
|
|
|
<link rel="stylesheet" href="{{.Site.BaseURL}}web-lib/font-awesome-4.7.0/css/font-awesome.min.css"> |
|
|
|
|
|
|
|
<!-- Fonts --> |
|
|
|
<link href="{{.Site.BaseURL}}/web-lib/raleway/raleway.css" rel="stylesheet" type="text/css"> |
|
|
|
<link href="{{.Site.BaseURL}}web-lib/raleway/raleway.css" rel="stylesheet" type="text/css"> |
|
|
|
|
|
|
|
<link href="{{.Site.BaseURL}}/web-lib/pygments-friendly.css" rel="stylesheet" type="text/css" /> |
|
|
|
<link href="{{.Site.BaseURL}}web-lib/pygments-friendly.css" rel="stylesheet" type="text/css" /> |
|
|
|
|
|
|
|
<!-- RSS --> |
|
|
|
{{ if .OutputFormats.Get "RSS" }} |
|
|
|