add page for microblog header content

This commit is contained in:
Travis Shears 2025-09-28 12:42:59 +02:00
parent ef5f5e33ab
commit ee4dfdad18
5 changed files with 110 additions and 57 deletions

4
dev.sh
View file

@ -2,4 +2,6 @@
set -e
go run main.go -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
source .env
fd | entr -r go run main.go -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080