drone-hugo-extended-demo/layouts/partials/scss.html

4 lignes
190 B
HTML
Brut Vue normale Historique

2019-11-12 23:20:46 +00:00
{{ $sass := resources.Get "sass/style.scss" | resources.ToCSS }}
{{ $bundle := (slice $sass) | resources.Concat "css/bundle.css" }}
<link rel="stylesheet" href="{{ $bundle.RelPermalink }}">