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

head_includes.html « partials « layouts - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 420d9ba12e41371ffa81f9e60f4722f2099ab231 (plain)
1
2
3
4
5
6
7
8
9
10
{{ if isset $.Site.Params "site_theme"}}
<link href="{{ printf "/css/%s.css" $.Site.Params.site_theme | relURL}}" rel="stylesheet">
{{ else }}
<link href={{"/css/orange.css" | relURL }} rel="stylesheet">
{{ end }}
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway" rel="stylesheet">
<!-- Custom CSS -->
{{ range .Site.Params.custom_css }}
    <link rel="stylesheet" href="/{{ . | relURL }}">
{{ end }}