mirror of
https://github.com/golang/go
synced 2024-11-05 15:06:09 -07:00
f3120b161e
The blog code is quite generic and with the replacement of template and static files, it can be re-used. But the atom feed title is hard-coded into the code. This patch adds a field to set the atom feed title to the Config structure and uses it in the code where the title was previously hard-coded. A CL sent separately will set this Config field in the main package in the go.blog sub-repository. (See CL 16850043 for that other patch). R=golang-dev, adg CC=golang-dev https://golang.org/cl/16830043 |
||
---|---|---|
.. | ||
atom | ||
blog.go |