mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
transition from javascript to typescript
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
{{- $style = dict "Context" . "ToCSS" $options | merge $style -}}
|
||||
{{- partial "plugin/style.html" $style -}}
|
||||
|
||||
{{ $js := resources.Get "js/theme.js" }}
|
||||
<script type="text/javascript" src="{{ $js.RelPermalink }}" defer></script>
|
||||
{{ $script := resources.Get "ts/main.ts" | js.Build }}
|
||||
<script type="text/javascript" src="{{ $script.RelPermalink }}" defer></script>
|
||||
Reference in New Issue
Block a user