Merge branch 'master' into toggle-dark-mode

This commit is contained in:
Jimmy Cai 2020-09-20 11:35:36 +02:00
commit f5c284c625
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

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 }}">