hugo-theme-relearn/exampleSite/layouts/partials/dependencies/variantgenerator.html

8 lines
269 B
HTML
Raw Normal View History

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