Use the scss generation from hugo
This commit is contained in:
parent
bd2a11d507
commit
c7bd4b4b97
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
<!-- CSS -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
|
||||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
|
||||
{{- range .Site.Params.customCSS }}
|
||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue