aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/blog/index.html
Commit message (Collapse)AuthorAge
* Improved www examples.HEADmasterToni Uhlig2021-11-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Format createDate and publishDate with std::strftime().Toni Uhlig2021-10-31
| | | | | | * Disallow access to any blog entry individually. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved Blog/Markdown URI base path handling.Toni Uhlig2021-10-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved URI handling and redirection/routing.lns2021-10-21
* parse and process URI query strings * remove garbage slashes from URI path / sanitize * more template examples Signed-off-by: lns <matzeton@googlemail.com>