[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
parent e824e14705
commit b6143c9ab8
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) {