mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
8 lines
447 B
HTML
8 lines
447 B
HTML
{{- $fingerprint := .Scratch.Get "fingerprint" | default "" -}}
|
|
{{- $style := dict "Source" "css/style.scss" "Fingerprint" $fingerprint -}}
|
|
{{- $options := dict "targetPath" "css/style.min.css" "enableSourceMap" true -}}
|
|
{{- $style = dict "Context" . "ToCSS" $options | merge $style -}}
|
|
{{- partial "plugin/style.html" $style -}}
|
|
|
|
{{ $js := resources.Get "js/theme.js" }}
|
|
<script type="text/javascript" src="{{ $js.RelPermalink }}" defer></script> |