hugo-theme-stack/layouts/partials/footer/components/script.html
Jimmy Cai a6ac732a15
feat: add data/external.yaml
Manage all external resources URL in one file
2021-02-11 23:22:22 +01:00

6 lines
266 B
HTML

{{ partial "helper/external" (dict "Context" . "Namespace" "Vibrant") }}
{{- $opts := dict "minify" hugo.IsProduction -}}
{{- $script := resources.Get "ts/main.ts" | js.Build $opts -}}
<script type="text/javascript" src="{{ $script.RelPermalink }}" defer></script>