Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-14 | fix(templates): Set CSPs on templates | Vincent Ambo | 1 | -0/+1 | |
2018-04-14 | feat(templates): Highlight stickied threads in index | Vincent Ambo | 1 | -2/+2 | |
2018-04-09 | feat(templates): Slightly less barebones index & thread templates | Vincent Ambo | 1 | -22/+35 | |
2018-04-08 | feat(templates): Display author information in templates | Vincent Ambo | 1 | -1/+1 | |
2018-04-08 | feat(templates): Add shitty little response form in thread view | Vincent Ambo | 1 | -1/+1 | |
2018-04-08 | feat(templates): Add a shitty thread submission form | Vincent Ambo | 1 | -0/+14 | |
2018-04-08 | feat(main/templates): Add barebones single-thread view | Vincent Ambo | 1 | -1/+1 | |
2018-04-08 | feat(main): Add support for Tera templates | Vincent Ambo | 1 | -0/+14 | |
Sets up the structure required to carry Tera templates in the actix-web state. The (still very barebones) index renderer has been updated to render a Tera template. |