index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
templates
/
tplcontext_test.go
Age
Commit message (
Expand
)
Author
2022-05-24
templates: Add `humanize` function (#4767)
Aleks
2022-01-24
caddyhttp: Fix test when /tmp/etc already exists (#4544)
Kevin Daudt
2021-11-29
templates: fix inconsistent nested includes (#4452)
Tim Culverhouse
2021-10-16
fileserver: Fix compression breaks using httpInclude (#4352) (#4358)
Y.Horie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-09-20
templates: Add tests for funcInclude and funcImport (#4357)
Tim Culverhouse
2021-04-30
fileserver: Share template logic for both `templates` and `file_server browse...
Jason Du
2020-07-31
admin,templates,core: Minor enhancements and error handling (#3607)
Bart
2020-07-08
templates: Fix front matter closing fence search
Matthew Holt
2020-06-15
templates: Add support for dots to close yaml frontmatter (#3498)
Francis Lavoie
2020-05-18
templates: trim windows whitespace in SplitFrontMatter; fix #3386 (#3387)
Thorkild Gregersen
2020-04-06
templates: Use text/template; add experimental notice to docs
Matthew Holt
2019-12-23
templates: Change functions, add front matter support, better markdown
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-27
Use html/template for escaping by default
Matthew Holt
2019-06-21
Oops
Matthew Holt
2019-06-18
templates: Remove context functions implemented by sprig
Matthew Holt
2019-06-18
Implement templates handler; various minor cleanups and bug fixes
Matthew Holt