You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
644 B
10 lines
644 B
<!-- CSS generated from SASS files. Use this in head.html to genereate the CSS files once while developing.--> |
|
|
|
|
|
{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "scss/main.scss" . |
|
| toCSS (dict "targetPath" "assets/css/main.css" "outputStyle" "compressed" "enableSourceMap" false) }} |
|
<link rel="stylesheet" href="{{ ($style).RelPermalink }}"> |
|
|
|
{{ $noscript := resources.Get "sass/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . |
|
| toCSS (dict "targetPath" "assets/css/noscript.css" "enableSourceMap" false) }} |
|
<noscript><link rel="stylesheet" href="{{ ($noscript).RelPermalink }}" /></noscript>
|
|
|