mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-22 16:44:26 -04:00
treat ALL images as assets (as they should have been all along...)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{{/* Page-specific styles set via front matter, scoped via SCSS */}}
|
||||
{{ with .Params.css }}
|
||||
{{- $sass := printf "div#content { %s }" . }}
|
||||
{{- $target := path.Join $.File.Dir "inline.scss" }}
|
||||
{{- $target := path.Join $.File.Dir "css/inline.scss" }}
|
||||
|
||||
{{- $css := $sass | resources.FromString $target | resources.ToCSS | resources.PostCSS (dict "config" "postcss.config.js") -}}
|
||||
|
||||
|
Reference in New Issue
Block a user