hugo-htmx-go-template/bin/fetch-deps.sh

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