mirror of
https://github.com/acaloiaro/hugo-htmx-go-template
synced 2026-07-21 02:09:53 +00:00
Add mising space between attributes in bin/fetch-deps.sh
This commit is contained in:
parent
27c420310d
commit
227a915d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@
|
|||
HTMX_VERSION=1.9.2
|
||||
|
||||
curl -sL "https://unpkg.com/htmx.org@$HTMX_VERSION" > static/htmx.js
|
||||
echo '<script type="text/javascript"src="/htmx.js"></script>' > themes/ananke/layouts/partials/site-scripts.html
|
||||
echo '<script type="text/javascript" src="/htmx.js"></script>' > themes/ananke/layouts/partials/site-scripts.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue