2021-02-12 13:21:43 +01:00
|
|
|
{{- partial "helper/external" (dict "Context" . "Namespace" "Vibrant") -}}
|
2020-08-22 13:20:08 +02:00
|
|
|
|
2020-09-17 19:47:03 +02:00
|
|
|
{{- $opts := dict "minify" hugo.IsProduction -}}
|
|
|
|
|
{{- $script := resources.Get "ts/main.ts" | js.Build $opts -}}
|
2020-08-22 13:20:08 +02:00
|
|
|
|
|
|
|
|
<script type="text/javascript" src="{{ $script.RelPermalink }}" defer></script>
|