fixed css via dev flag
This commit is contained in:
parent
c4fdb0f575
commit
2e4a22f963
1 changed files with 2 additions and 4 deletions
|
@ -30,8 +30,6 @@
|
||||||
{{ $style := resources.Get "css/player.css" | postCSS (dict "config" "assets/css/postcss.config.js") | minify }}
|
{{ $style := resources.Get "css/player.css" | postCSS (dict "config" "assets/css/postcss.config.js") | minify }}
|
||||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $sitemin := resources.Get "css/site.min.css" }}
|
<link rel="stylesheet" href="/css/site.min.css" />
|
||||||
<link rel="stylesheet" href="{{ $sitemin.RelPermalink }}" />
|
<link rel="stylesheet" href="/css/site.min.css" />
|
||||||
{{ $player := resources.Get "css/player.min.css" }}
|
|
||||||
<link rel="stylesheet" href="{{ $player.RelPermalink }}" />
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue