Added basic page for content

Update content.php, strings.json, and index.php
This commit is contained in:
2021-12-08 17:54:37 +01:00
parent 15698bc813
commit 9a0dff1fe9
3 changed files with 106 additions and 20 deletions

View File

@@ -105,6 +105,7 @@ if($requested_content_display_type == ContentDisplayType::NONE) {
goto content_end;
}
// TODO: Check with a raw root type if not set
if(count($requested_tags) == 0) {
// Failed to detect the subtype of content requested when not a blog post.
$content_has_error = true;