mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
style(syntax themes: head.html): modified templating for syntax theme
This commit is contained in:
parent
ada0c74160
commit
cef9146371
@ -36,8 +36,7 @@
|
|||||||
{{$finalCss := $css | resources.Concat "styles.css" | resources.Fingerprint "md5" | resources.Minify }}
|
{{$finalCss := $css | resources.Concat "styles.css" | resources.Fingerprint "md5" | resources.Minify }}
|
||||||
<link href="{{$finalCss.Permalink}}" rel="stylesheet" />
|
<link href="{{$finalCss.Permalink}}" rel="stylesheet" />
|
||||||
|
|
||||||
{{$lightSyntax := resources.Get "styles/_light_syntax.scss" | resources.ToCSS (dict "outputStyle" "compressed")}}
|
{{$lightSyntax := resources.Get "styles/_light_syntax.scss" | resources.ToCSS (dict "outputStyle" "compressed") | resources.Fingerprint "md5" | resources.Minify }}
|
||||||
{{$darkSyntax := resources.Get "styles/_dark_syntax.scss" }}
|
|
||||||
<link href="{{$lightSyntax.Permalink}}" rel="stylesheet" id="theme-link">
|
<link href="{{$lightSyntax.Permalink}}" rel="stylesheet" id="theme-link">
|
||||||
|
|
||||||
<!-- Base scripts -->
|
<!-- Base scripts -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user