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