mirror of https://github.com/caddyserver/caddy.git
docs: Fix templates documentation, stray newline breaks godoc (#5149)
This commit is contained in:
parent
6bad878a22
commit
1cd594963e
|
@ -268,7 +268,6 @@ func init() {
|
|||
// {{humanize "time" "Fri, 05 May 2022 15:04:05 +0200"}}
|
||||
// {{humanize "time:2006-Jan-02" "2022-May-05"}}
|
||||
// ```
|
||||
|
||||
type Templates struct {
|
||||
// The root path from which to load files. Required if template functions
|
||||
// accessing the file system are used (such as include). Default is
|
||||
|
|
Loading…
Reference in New Issue