Files
bridget/layouts/partials/head.html
2023-03-09 17:07:08 +08:00

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>