aboutsummaryrefslogtreecommitdiff
path: root/renderer.go
Commit message (Collapse)AuthorAgeFilesLines
* go fmtSimon Ser2022-10-131-12/+12
|
* make path to themes configurable via ldflagsAlex McGrath2021-09-121-7/+7
|
* Add notices on action completionDrew DeVault2020-11-191-0/+3
|
* Add theme-specific error pageDrew DeVault2020-11-191-4/+9
|
* Hide caldav/carrdav in nav unless presentDrew DeVault2020-10-221-0/+11
|
* Use context-appropriate title for mbox/msg viewDrew DeVault2020-05-131-5/+14
|
* Add <meta refresh> to mailbox viewDrew DeVault2020-05-131-2/+6
| | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives.
* Rename project to alpsSimon Ser2020-05-131-2/+2
|
* Remove outdated TODOSimon Ser2020-02-121-1/+0
|
* Use %q to quote values in format stringsSimon Ser2020-01-201-6/+6
|
* Rename template.go to renderer.goSimon Ser2020-01-201-0/+178