hugo-htmx-go-template/bin/fetch-deps.sh
2023-06-25 15:29:21 -06:00

6 lines
215 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