Skip to content

Commit d265555

Browse files
committed
chore: update htmx
1 parent d7f8672 commit d265555

File tree

5 files changed

+5138
-5090
lines changed

5 files changed

+5138
-5090
lines changed

.idea/libraries/htmx.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pages/base.gohtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<link rel="icon" href="/public/favicon.svg" sizes="any" type="image/svg+xml">
99
<link rel="stylesheet" href="/public/reset.css">
1010
<link rel="stylesheet" href="/public/styles.css">
11-
<script src="/public/htmx/htmx2.0.4.min.js" defer
12-
integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+"></script>
13-
{{block "head".}}{{end}}
11+
<script src="/public/htmx/htmx2.0.6.min.js" defer
12+
integrity="sha384-Akqfrbj/HpNVo8k11SXBb6TlBWmXXlYQrCSqEWmyKJe+hDm3Z/B2WVG4smwBkRVm"></script>
13+
{{block "head".}}{{end}}
1414
</head>
1515
<body>
1616
{{block "nav".}}{{end}}
1717
<main>
18-
{{template "content".}}
18+
{{template "content".}}
1919
</main>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)