Update (UI)

This commit is contained in:
2023-12-03 10:15:08 +08:00
parent 8236db717b
commit 7844695b18
6 changed files with 33 additions and 69 deletions

View File

@@ -12,7 +12,7 @@
* The default configurations to be used by the meta generator.
*/
'defaults' => [
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'title' => 'FutureWalker: Real-time AI & tech news', // set false to total remove
'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard'
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'separator' => ' - ',
@@ -39,7 +39,7 @@
* The default configurations to be used by the opengraph generator.
*/
'defaults' => [
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'title' => 'FutureWalker: Real-time AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => null, // Set null for using Url::current(), set false to total remove
'type' => 'website',
@@ -61,7 +61,7 @@
* The default configurations to be used by the json-ld generator.
*/
'defaults' => [
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'title' => 'FutureWalker: Real-time AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => 'current', // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
'type' => 'WebPage',