diff options
Diffstat (limited to 'blog/blog.go')
-rw-r--r-- | blog/blog.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blog.go b/blog/blog.go index 551fb48..76ca948 100644 --- a/blog/blog.go +++ b/blog/blog.go @@ -26,6 +26,7 @@ var config = blog.Config{ HomeArticles: 5, // articles to display on the home page FeedArticles: 10, // articles to include in Atom and JSON feeds PlayEnabled: true, + FeedTitle: "The Go Programming Language Blog", } func init() { |