mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Add options to customize the browser title format
This commit is contained in:
parent
f25e685209
commit
9bdc30b325
11 changed files with 79 additions and 18 deletions
|
|
@ -99,6 +99,9 @@ return array(
|
|||
'allow' => array(),
|
||||
),
|
||||
'seo' => array(
|
||||
'main_title' => '',
|
||||
'subpage_title' => '',
|
||||
'document_title' => '',
|
||||
'og_enabled' => false,
|
||||
'og_extract_description' => false,
|
||||
'og_extract_images' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue