aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.go
Commit message (Collapse)AuthorAgeFilesLines
* go fmtLibravatarLibravatar Simon Ser 2022-10-131-12/+12
|
* make path to themes configurable via ldflagsLibravatarLibravatar Alex McGrath 2021-09-121-7/+7
|
* Add notices on action completionLibravatarLibravatar Drew DeVault 2020-11-191-0/+3
|
* Add theme-specific error pageLibravatarLibravatar Drew DeVault 2020-11-191-4/+9
|
* Hide caldav/carrdav in nav unless presentLibravatarLibravatar Drew DeVault 2020-10-221-0/+11
|
* Use context-appropriate title for mbox/msg viewLibravatarLibravatar Drew DeVault 2020-05-131-5/+14
|
* Add <meta refresh> to mailbox viewLibravatarLibravatar Drew DeVault 2020-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 alpsLibravatarLibravatar Simon Ser 2020-05-131-2/+2
|
* Remove outdated TODOLibravatarLibravatar Simon Ser 2020-02-121-1/+0
|
* Use %q to quote values in format stringsLibravatarLibravatar Simon Ser 2020-01-201-6/+6
|
* Rename template.go to renderer.goLibravatarLibravatar Simon Ser 2020-01-201-0/+178