revert Fixed the READMEs and small fix around the project
This commit is contained in:
2026-08-19 17:44:20 +01:00
parent a2f36b6fac
commit 64f3c76f92
14 changed files with 1004 additions and 495 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ foreach ($all_blocknotes as $bn) {
}
}
$site_title = get_site_setting('site_title', 'sld-blocknotes');
$site_title = get_site_setting('site_title', 'Blocknotes');
$site_favicon = get_site_setting('site_favicon', 'assets/img/favicon.png');
?>