Added content filtering, Removed old files

Update strings.json, blog-listing.php, and 5 more files...
This commit is contained in:
2021-12-08 17:30:45 +01:00
parent 57ca499faa
commit 15698bc813
7 changed files with 66 additions and 122 deletions

17
content/index.json Normal file
View File

@@ -0,0 +1,17 @@
[
{
"id": "test01",
"title": {
"en": "Test article",
"fr": "Article de test"
},
"preamble": {
"en": "This is a test article, please ignore it",
"fr": "Ceci est un article de test, veuillez l'ignorer."
},
"image": "test.jpg",
"tags": [
"programming", "purebasic"
]
}
]