hugo-theme-relearn/docs/layouts/partials/dependencies/variantgenerator.html
2025-01-29 23:30:58 +01:00

8 lines
No EOL
269 B
HTML

{{- $page := .page }}
{{- $location := .location }}
{{- if eq $location "header" }}
{{- with $page }}
{{- $assetBusting := partialCached "assetbusting.gotmpl" . }}
<script src="{{"js/variant.js" | relURL}}{{ $assetBusting }}"></script>
{{- end }}
{{- end }}