X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biawebdocumenttree.hpp;fp=biawebdocumenttree.hpp;h=5df2e9b955fa2b130cacd8a507c9a53f73295752;hp=447a5c78996844a97d36cd3580dca805521d1e7c;hb=293e3ffadbd0c297b5e2291c1f4c7d98625cd991;hpb=e16a6540bdbe09d54677caae65e16598c1da2538 diff --git a/biawebdocumenttree.hpp b/biawebdocumenttree.hpp index 447a5c7..5df2e9b 100644 --- a/biawebdocumenttree.hpp +++ b/biawebdocumenttree.hpp @@ -237,6 +237,7 @@ namespace biaweb { // rss feed std::unique_ptr feed (new RSSFeed ()); feed.get()->set_pub_date (index.get()->get_creation_date()); + feed.get()->set_title (this->get_title()); // iterate through the documents and generate the document for (Document doc : this->docs) {