|
|
|
|
|
|
|
|
{{"<!-- Main Stylesheet -->"|safeHTML}} |
|
|
{{"<!-- Main Stylesheet -->"|safeHTML}} |
|
|
{{ $styles := resources.Get "css/style.css" | minify}} |
|
|
{{ $styles := resources.Get "css/style.css" | minify}} |
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen"> |
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen"> |
|
|
|
|
|
{{ "<!-- Custom CSS -->" | safeHTML }} |
|
|
|
|
|
{{ range .Site.Params.custom_css }} |
|
|
|
|
|
<link rel="stylesheet" href="{{ . | absURL }}"> |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |