1
0
Fork 0

Actualizar 'blog_config.php'

This commit is contained in:
Lucas 2021-04-20 13:30:58 +00:00
parent 1c6ba17885
commit abddb77bca
1 changed files with 7 additions and 2 deletions

View File

@ -7,5 +7,10 @@ $utterances=''; // Get it on https://utteranc.es. Please use the "Issue title co
// Posts
$posts=[
["4/9/2021","First blog entry","I don't know what should i post..."],
["4/10/2021","New update to ~weblogs! v1.1 is out!","New features!\n<ul><li>Now your blog can have a description</li><li>Some things in the UI were changed, more specificlly, the 'Website' button @ the index</li><li>RSS Feed added. YES! Now your blog could have an autoupdateable RSS Feed</li></ul>\nFor the 'Update guide' <a href='https://tildegit.org/lucas/tildeweblogs/releases/tag/v1.1'>click here</a>"]
]
["4/10/2021","New update to ~weblogs! v1.1 is out!","New features!\n<ul><li>Now your blog can have a description</li><li>Some things in the UI were changed, more specificlly, the 'Website' button @ the index</li><li>RSS Feed added. YES! Now your blog could have an autoupdateable RSS Feed</li></ul>\nFor the 'Update guide' <a href='https://tildegit.org/lucas/tildeweblogs/releases/tag/v1.1'>click here</a>"],
["4/11/2021","The Science of Deduction","I don't have a big brain, but I think you are reading this post.\nI'm a genius, right?"],
["4/11/2021 21:47 UTC","I think some ~team & ~verse webs/services are down","OMG, I think <a href='https://tildeverse.org'>Tildeverse.org</a>, <a href='https://tilde.team'>Tilde.team</a>, <a href='https://tildegit.org'>Tildegit</a>, <a href='https://rss.tildeverse.org'>Tildeverse's TTRSS</a> & <a href='https://ttm.sh'>ttm.sh</a> are down right now."],
["4/11/2021 21:55 UTC","I'm hosting some services on Repl.it","I've started hosting on Repl.it some things, I'll be updating the list\n<ul><li><a href='https://lr.l64.repl.co'>Libreddit</a></li></ul>"],
["","",""]
];
?>