Actualizar 'blog_config.php'

This commit is contained in:
Lucas 2021-04-09 17:37:29 +00:00
parent 056ad6ab24
commit 551f2e6ba5
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?php // Settings
$title="Blog";
$website="";
$custom_css="";
$utterances='';
$title="Blog"; // Obligatory!!! Put the name of your blog here
$website=""; // Include protocol (ex. https://example.com)
$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"]