purr

password generation and secret sharing
Log | Files | Refs | README | LICENSE

commit 3d09446bedc0ece9c4fb42d1c043ce8329e4e4b9
parent 70b883cfe0d3eae322636f3c0e4b06dffe5c8ef0
Author: James Eversole <james@eversole.co>
Date:   Mon,  8 Jul 2024 11:03:37 -0500

Include hash attribute in HTMX include

Diffstat:
Mviews/index.hamlet | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/index.hamlet b/views/index.hamlet @@ -4,7 +4,7 @@ $doctype 5 <head> <title>purr <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <script src="/htmx.js" integrity="wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"> + <script src="/htmx.js" integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"> <script src="/copyButtons.js" integrity="sha384-eNQZr7QWPQmi/EWi4lVVFOavm+Eibmh7iDvDptgE0j5fI3xycLssbDBZbKphi8pk"> <link rel="stylesheet" href="/style.css">