Renamed some files, more CSS

This commit is contained in:
Simon Martens
2025-01-18 18:43:13 +01:00
parent 5715739e92
commit 611f7a0882
11 changed files with 98 additions and 44 deletions

View File

@@ -37,6 +37,6 @@ func GetIssue(kgpz *xmlmodels.Library) fiber.Handler {
return c.SendStatus(fiber.StatusNotFound)
}
return c.Render("/issue/", fiber.Map{"model": issue, "year": yi, "issue": di})
return c.Render("/ausgabe/", fiber.Map{"model": issue, "year": yi, "issue": di})
}
}