[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

@@ -104,6 +104,7 @@ func (m *Module) Route(r router.Router, mi ...gin.HandlerFunc) {
r.AttachHandler(http.MethodGet, rssFeedPath, m.rssFeedGETHandler)
r.AttachHandler(http.MethodGet, confirmEmailPath, m.confirmEmailGETHandler)
r.AttachHandler(http.MethodGet, robotsPath, m.robotsGETHandler)
r.AttachHandler(http.MethodGet, aboutPath, m.aboutGETHandler)
r.AttachHandler(http.MethodGet, domainBlockListPath, m.domainBlockListGETHandler)
// Attach redirects from old endpoints to current ones for backwards compatibility