Added alpinejs.
This commit is contained in:
parent
d40244b3d1
commit
7f93fa7f6c
3 changed files with 6 additions and 0 deletions
|
|
@ -13,4 +13,8 @@
|
|||
|
||||
{{define "css"}}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
|
||||
{{end}}
|
||||
|
||||
{{define "js"}}
|
||||
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue