[feature] About page (#1495)

* about page basics

* more info, styling

* update emoji sizing on about page contact card
This commit is contained in:
f0x52 2023-02-20 16:29:29 +01:00 committed by GitHub
commit b6143c9ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 188 additions and 1 deletions

View file

@ -30,7 +30,7 @@ import (
)
const (
domainBlockListPath = "/about/suspended"
domainBlockListPath = aboutPath + "/suspended"
)
func (m *Module) domainBlockListGETHandler(c *gin.Context) {