updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -77,9 +77,9 @@ void Seo::MakePost()
|
||||
|
||||
item.subject = subject;
|
||||
|
||||
PT::Space & seo = item.item_content.meta.FindAddSpace(L"seo");
|
||||
seo.Add(L"description", description);
|
||||
seo.Add(L"keywords", keywords);
|
||||
PT::Space & seo = item.item_content.meta.find_add_child_space(L"seo");
|
||||
seo.add(L"description", description);
|
||||
seo.add(L"keywords", keywords);
|
||||
|
||||
ItemModelData item_model_data;
|
||||
item_model_data.prepare_unique_url = false;
|
||||
|
||||
Reference in New Issue
Block a user