0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/config
Maxime 6451e10d3e Add context to markdown template
Created a struct containing middleware.Context, Title, Markdown and the
variables from the user to use to render the template.
The title now can be accessed via {{.Title}}.
The variables can now be accessed via {{.Var.myVariableName}}.
2015-07-21 07:58:34 +02:00
..
parse Fixed import command, added tests 2015-07-07 22:38:48 -06:00
setup Add context to markdown template 2015-07-21 07:58:34 +02:00
config.go core: Handle address lookup and bind errors more gracefully (fixes #136 and #164) 2015-06-23 22:01:37 -06:00
config_test.go Fix typo 2015-06-25 08:55:02 -06:00
directives.go Decouple git middleware from caddy core. Now available as an add-on at https://github.com/abiosoft/caddy-git. 2015-06-28 00:31:52 +01:00