Improved the content system

Update content.php, strings.json, and 2 more files...
This commit is contained in:
2021-12-09 10:54:28 +01:00
parent 9a0dff1fe9
commit e117954197
4 changed files with 146 additions and 73 deletions

View File

@@ -13,5 +13,20 @@
"tags": [
"programming", "purebasic"
]
},
{
"id": "test02",
"title": {
"en": "Test article #2",
"fr": "Article de test #2"
},
"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"
]
}
]