fix: update exception handling and schema urls
Main changes include:
- Replaced
QUI\\System\\Log::writeException($Exception);
withQUI\\System\\Log::addInfo($Exception->getMessage(), [...]);
for more detailed logging. - Updated schema urls from
http://schema.org/Blog
tohttps://schema.org/Blog
andhttp://schema.org/BlogPosting
tohttps://schema.org/BlogPosting
for better compliance with standards. - Removed an unexpected empty line from entry.php.