Add last modified to blogs
This commit is contained in:
@@ -13,6 +13,7 @@ export async function getAllBlogs(blogSettings: BlogSettings): Promise<BlogPost[
|
||||
|
||||
result["Blogs"].forEach((blogRecord: any) => {
|
||||
let dates: string[] = [
|
||||
blogSettings.lastModified,
|
||||
blogRecord["date_created"],
|
||||
blogRecord["date_updated"],
|
||||
blogRecord["search_engine"][0]["date_created"],
|
||||
|
||||
Reference in New Issue
Block a user