summary refs log tree commit diff stats
path: root/src/responders.js
Commit message (Collapse)AuthorAgeLines
* fix(responders): replace <main> from layoutAlan Pearce2017-06-25-2/+2
|
* refactor: move markdown rendering to domainAlan Pearce2017-06-25-2/+1
| | | | | | | | The input and output formats (md -> html) are specific to the domain of blogging, not really a presentation concern. This also means that markdown is rendered to HTML on startup, rather than per-request
* style: use simpler syntax for setting response typeAlan Pearce2017-06-24-3/+3
|
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-1/+2
|
* refactor: separate app, respondersAlan Pearce2017-06-24-0/+76