X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biawebdocumenttree.hpp;fp=biawebdocumenttree.hpp;h=70471f3d16a6ff886159a9651bcc5824cf245b3b;hp=e1e64010e063063b6c1198a8fe0fd14a3c476281;hb=802d0b0599093a6c5b30f946cd45c9ed7ebd4833;hpb=eda0b06c5328e232e12e0535528a528493caa90a diff --git a/biawebdocumenttree.hpp b/biawebdocumenttree.hpp index e1e6401..70471f3 100644 --- a/biawebdocumenttree.hpp +++ b/biawebdocumenttree.hpp @@ -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