Better licences page
This commit is contained in:
parent
150c289741
commit
8155b54f99
5 changed files with 1219 additions and 1046 deletions
|
|
@ -29,3 +29,9 @@ func SetColorMode(c *fiber.Ctx) error {
|
|||
colorMode,
|
||||
))
|
||||
}
|
||||
|
||||
func Licences(c *fiber.Ctx) error {
|
||||
return c.Render("licences", fiber.Map{
|
||||
"PageTitle": "Licences",
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue