diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8bb5009 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "templ-bulma"] + path = templ-bulma + url = https://github.com/jtom38/templ-bulma diff --git a/Justfile b/Justfile index f5234ab..fff8d8b 100644 --- a/Justfile +++ b/Justfile @@ -7,4 +7,8 @@ gen: build: templ generate go build cmd/server.go - ls -lh server \ No newline at end of file + ls -lh server + +update-submodule: + git submodule update --remote + templ generate \ No newline at end of file diff --git a/components/bulma/block.templ b/components/bulma/block.templ deleted file mode 100644 index 57d129b..0000000 --- a/components/bulma/block.templ +++ /dev/null @@ -1,8 +0,0 @@ -package bulma - -// Simple spacer that accepts children -templ Block() { -
{ title }
-{ subtitle }
-{ title }
-{ subtitle }
-{ title }
-{ subtitle }
-{ title }
-{ subtitle }
-