Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2021-07-14 | Static fileserver improvements, optional admin panel route (#100) | 1 | ||
* better asset serving, optional admin panel route * linting | ||||
2021-07-13 | Noescape (#88) | 1 | ||
* disable html escaping for short description * provide noescape function for templates * move template functions before template loading * go fmt * linter fixes | ||||
2021-06-21 | add 404 handler (#57) | 1 | ||
2021-06-21 | new styling for frontpage, update login and authorize templates (#46) | 1 | ||
* new styling for frontpage, update login and authorize templates * run go fmt * add AssetBaseDir to command flag parsing * untested: move landing page to it's own router * go fmt, fix typo * fix package, adapt to proper Route structure |