new: add feeds to news page

This commit is contained in:
ngn
2024-08-23 14:11:48 +03:00
parent 52af211541
commit 60bff6356c
15 changed files with 204 additions and 45 deletions

View File

@ -6,4 +6,8 @@ website: */*.go *.go
format:
gofmt -s -w .
.PHONY: format
update:
go get -u
go mod tidy
.PHONY: format update