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: bcd6faa0c00ce133549b56cdd1bf3b464806bcd3 (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 | absURL}}" rel="stylesheet">
{{ else }}
<link href={{"/css/orange.css" | absURL }} 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="/{{ . | absURL }}">
{{ end }}