Made site template mobile friendly and added title to RSS feed
[biaweb2.git] / biawebdocumenttree.hpp
index 447a5c7..5df2e9b 100644 (file)
@@ -237,6 +237,7 @@ namespace biaweb {
         // rss feed
         std::unique_ptr<RSSFeed> 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) {