fix a typo in layout.go

pull/498/head
hararudoka 2 years ago
parent dd790ca6c1
commit a4d61d0eb4

@ -370,6 +370,7 @@ func (lt *Layout) MarkupLocale(locale, k string, args ...interface{}) *tele.Repl
// The given optional argument will be passed to the template engine.
//
// results:
// article:
// type: article
// id: '{{ .ID }}'
// title: '{{ .Title }}'

Loading…
Cancel
Save