Fixed MacOS release (#3)
- Fixed MacOS release and moved UCL site into repository Reviewed-on: #3 Co-authored-by: Leon Mika <lmika@lmika.org> Co-committed-by: Leon Mika <lmika@lmika.org>
This commit is contained in:
parent
8dafa6fa8f
commit
bf879a8a78
58 changed files with 1930 additions and 102 deletions
3
_site/layouts/partials/docs/inject/body.html
Normal file
3
_site/layouts/partials/docs/inject/body.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{- $options := dict "targetPath" "js/bundle.js" -}}
|
||||
{{- $jsBundle := resources.Get "js/index.js" | js.Build $options | resources.Minify | fingerprint -}}
|
||||
<script src="{{ $jsBundle.RelPermalink | absURL }}" defer></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue