mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
This change makes it possible for users of the blog package to provide analytics HTML, which can then be inserted on pages. Previously, this was possible by making ad-hoc modifications to the template files. It's easier to have a dedicated field. Change-Id: Id7c24dc9c7b5b9e23d18f3987f2f1af27c709681 Reviewed-on: https://go-review.googlesource.com/c/tools/+/198323 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>