aboutsummaryrefslogtreecommitdiff
path: root/page/misc.go
AgeCommit message (Collapse)AuthorFilesLines
2023-01-07Add an internal caching option. It performs quite well.v0.0.22Mitchell Riedstra1-0/+48
Also refactor and clean up most linter warnings.
2022-12-07Add basic string functions to default template funcmap. Set a var when page ↵v0.0.20Mitchell Riedstra1-0/+15
is being rendered markdown only.
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra1-1/+7
2021-07-18Adjust the program a bit, remove clunky "head" templates. Add an example ↵v0.0.13Mitchell Riedstra1-0/+31
site among other improvements