diff --git a/justfile b/justfile index f05b3f1..da4b12b 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ export PATH := "./node_modules/.bin:" + env_var('PATH') dev: - fd --no-ignore-vcs 'go|templ|base.css' | entr -r bash -c 'TAILWIND_DEBUG=true SKIP_LANGUAGE_MODEL=true && templ generate && go build -tags=nsfw -o /tmp/njump && /tmp/njump' + fd 'go|templ|base.css' | entr -r bash -c 'TAILWIND_DEBUG=true SKIP_LANGUAGE_MODEL=true && templ generate && go build -tags=nsfw -o /tmp/njump && /tmp/njump' build: templ tailwind go build -o ./njump diff --git a/top.templ b/top.templ index f311a5c..d27f3d9 100644 --- a/top.templ +++ b/top.templ @@ -2,16 +2,12 @@ package main templ topTemplate(params HeadParams) {
- - - +
- if !(params.IsHome) { Why Nostr? } @@ -24,7 +20,6 @@ templ topTemplate(params HeadParams) { What is Njump? }
-
- - }