diff --git a/html-templates.md b/html-templates.md index 8121b8be..f5b2e330 100644 --- a/html-templates.md +++ b/html-templates.md @@ -258,7 +258,9 @@ import ( ) const ( - postTemplate = `

{{.Title}}

{{.Description}}

Tags: ` + postTemplate = `

{{.Title}}

+

{{.Description}}

+Tags: ` ) func Render(w io.Writer, p Post) error {