hello
This commit is contained in:
parent
5f6b0d903d
commit
94558710d7
189 changed files with 382 additions and 380 deletions
|
@ -21,8 +21,8 @@ for p in posts:
|
|||
image = p["image"].replace("&lrsquo;","'");
|
||||
filecontent = f"""---
|
||||
title: "{title}"
|
||||
date: {created_at}
|
||||
lastupdate: {updated_at}
|
||||
date: "{created_at}"
|
||||
lastupdate: "{updated_at}"
|
||||
banner: "{image}"
|
||||
slug: "{slug}"
|
||||
description: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue