Actualizar 'blog_config.php'

This commit is contained in:
Lucas 2021-04-09 17:42:17 +00:00
parent 551f2e6ba5
commit 5ed8850422
1 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,9 @@ $custom_css=""; // Put the url of your custom css
$utterances=''; // Get it on https://utteranc.es. Please use the "Issue title contains page URL"
// Posts
$posts=[
["9/4/2021","Lol","First post\nNice"]
[
"9/4/2021",
"Lol",
"First post\nNice"
]
]; ?>