fix(shortcode): style shortcode scss file path (#327)

This commit is contained in:
Dillon
2020-05-06 21:31:37 +08:00
committed by GitHub
parent 9bb56fd87f
commit f4c9fe750d
21 changed files with 35 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
{{- end -}}
{{- $params := .Params | merge .Site.Params.page -}}
{{- .Scratch.Set "version" "0.2.5" -}}
{{- .Scratch.Set "version" "0.2.6" -}}
{{- if eq hugo.Environment "production" -}}
{{- .Scratch.Set "cdn" .Site.Params.cdn -}}