|
|
@ -27,10 +27,6 @@ |
|
|
|
</title> |
|
|
|
</title> |
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
|
|
<!-- 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"> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} |
|
|
|
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} |
|
|
|
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} |
|
|
|
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} |
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> |
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> |
|
|
|