mirror of
https://github.com/acaloiaro/hugo-htmx-go-template
synced 2026-07-21 10:12:25 +00:00
6 lines
216 B
Bash
Executable file
6 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
|
|
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
|