Added some template changes - Document List now shows description
[biaweb2.git] / biawebdocumenttree.hpp
index e1e6401..70471f3 100644 (file)
@@ -238,7 +238,8 @@ namespace biaweb {
         for (Document doc : this->docs) {
             DocListItem item (doc.get_title(),
                             urlpath + doc.get_filename() + ".html", 
-                            doc.get_creation_date(), doc.get_modified_date ());
+                            doc.get_creation_date(), doc.get_modified_date (), 
+                            doc.get_meta_desc());
             article_list.get()->add_document_item (item);
             // output the document also, add the navigation bit and side bars