add html format, handle lazy loading images

This commit is contained in:
lapwat
2022-08-09 18:21:18 +02:00
parent 97e7d7a5bb
commit d73ae0a73b
8 changed files with 137 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ format:
gofmt -s -w .
test:
go test github.com/lapwat/papeer/book
go test ./...
install:
go install