fix: use .RelPermalink to include CSS

This commit is contained in:
Jimmy Cai
2020-09-20 11:33:32 +02:00
parent 3a003eadca
commit 0bcfb160f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<link rel="stylesheet" href="{{ $style.RelPermalink }}">