diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2016-10-28 14:46:33 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2016-10-28 14:46:33 +0200 |
commit | 6a3d1037b31706f69d23b46d4c80bafc33f9759d (patch) | |
tree | 0c94106578159d8c77543de9282fd8c92151b33d /hugolib/site_test.go | |
parent | 342b6fe8a584a84b83159da430773fcdb7b174e4 (diff) | |
download | hugo-6a3d1037b31706f69d23b46d4c80bafc33f9759d.tar.gz hugo-6a3d1037b31706f69d23b46d4c80bafc33f9759d.zip |
Fix RSS Title regression
And add tests to make sure it doesn't happen again.
Fixes #2645
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r-- | hugolib/site_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go index bc43fca0f..f368a959f 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -623,6 +623,7 @@ date = "2012-01-01" publishdate = "2012-01-01" my_param = "baz" my_date = 2010-05-27T07:32:00Z +categories = [ "hugo" ] +++ Front Matter with Ordered Pages 4. This is longer content`) |