From 7f93fa7f6c83e422d4eccd65e58e1f9c4a24ff16 Mon Sep 17 00:00:00 2001 From: mikestefanello Date: Fri, 3 Dec 2021 21:47:12 -0500 Subject: [PATCH] Added alpinejs. --- views/components/head.gohtml | 4 ++++ views/layouts/auth.gohtml | 1 + views/layouts/main.gohtml | 1 + 3 files changed, 6 insertions(+) diff --git a/views/components/head.gohtml b/views/components/head.gohtml index 27479b5..822b7ec 100644 --- a/views/components/head.gohtml +++ b/views/components/head.gohtml @@ -13,4 +13,8 @@ {{define "css"}} +{{end}} + +{{define "js"}} + {{end}} \ No newline at end of file diff --git a/views/layouts/auth.gohtml b/views/layouts/auth.gohtml index 02ba55d..eeb2dd4 100644 --- a/views/layouts/auth.gohtml +++ b/views/layouts/auth.gohtml @@ -3,6 +3,7 @@ {{template "metatags" .}} {{template "css" .}} + {{template "js" .}}
diff --git a/views/layouts/main.gohtml b/views/layouts/main.gohtml index 798fc78..f2d941f 100644 --- a/views/layouts/main.gohtml +++ b/views/layouts/main.gohtml @@ -3,6 +3,7 @@ {{template "metatags" .}} {{template "css" .}} + {{template "js" .}}