Skip to content

Commit 1cd5949

Browse files
docs: Fix templates documentation, stray newline breaks godoc (caddyserver#5149)
1 parent 6bad878 commit 1cd5949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/caddyhttp/templates/templates.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ func init() {
268268
// {{humanize "time" "Fri, 05 May 2022 15:04:05 +0200"}}
269269
// {{humanize "time:2006-Jan-02" "2022-May-05"}}
270270
// ```
271-
272271
type Templates struct {
273272
// The root path from which to load files. Required if template functions
274273
// accessing the file system are used (such as include). Default is

0 commit comments

Comments
 (0)