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