cmd/sgblog/http-entry.tmpl | 7 ++++--- internal/version.go | 2 +- diff --git a/cmd/sgblog/http-entry.tmpl b/cmd/sgblog/http-entry.tmpl index 031440c24d9f7132c05c0e3c31fe58111fad3e83d3238a78cbc48369fe51088d..2dc99eafb09e5304d1d89d04b53ceb72bb8148409ae0ab0f18ee9b2d8bcf1a2e 100644 --- a/cmd/sgblog/http-entry.tmpl +++ b/cmd/sgblog/http-entry.tmpl @@ -32,19 +32,20 @@ {{range .NoteLines}}{{. | lineURLize $.Cfg.URLPrefix}} {{end}}
{{range $comment.HeaderLines}}{{.}}
{{end}}{{range $comment.BodyLines}}{{. | lineURLize $.Cfg.URLPrefix}}
{{end}}