diff options
author | Dana H. P'Simer <[email protected]> | 2015-04-24 14:25:09 -0400 |
---|---|---|
committer | bep <[email protected]> | 2015-05-07 22:20:00 +0200 |
commit | fd08e16ec8abb923a1ffe23a60b2aa8316151559 (patch) | |
tree | 43eccef0f7b63e360fa5e2b8020969df7ac1abd6 /hugolib/rss_test.go | |
parent | beccdc04f31977adb973e4395429597afcd11aa3 (diff) | |
download | hugo-fd08e16ec8abb923a1ffe23a60b2aa8316151559.tar.gz hugo-fd08e16ec8abb923a1ffe23a60b2aa8316151559.zip |
Add RSSUri to specify the name of the RSS file
Diffstat (limited to 'hugolib/rss_test.go')
-rw-r--r-- | hugolib/rss_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/rss_test.go b/hugolib/rss_test.go index 497c0325a..23b838c40 100644 --- a/hugolib/rss_test.go +++ b/hugolib/rss_test.go @@ -34,6 +34,7 @@ const RSS_TEMPLATE = `<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom func TestRSSOutput(t *testing.T) { viper.Set("baseurl", "http://auth/bub/") + viper.Set("RSSUri", "index.xml") hugofs.DestinationFS = new(afero.MemMapFs) s := &Site{ |