diff --git a/justfile b/justfile index 61d190b..0687ad0 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,8 @@ +build: + @just run build +serve: + @just run build + @just run serve run arg: #!/bin/sh if [ -d "public" ] && [ "{{arg}}" = "build" ]; then diff --git a/templates/base.html b/templates/base.html index 7ff91cc..a983cd3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,19 @@