mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
6 lines
268 B
HTML
6 lines
268 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> |