mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add document tags and hashtags to og:article:tag
This commit is contained in:
parent
7eed765ec5
commit
e4fb4e1dbf
7 changed files with 39 additions and 2 deletions
|
|
@ -596,6 +596,7 @@ class adminAdminView extends admin
|
|||
Context::set('og_enabled', Rhymix\Framework\Config::get('seo.og_enabled'));
|
||||
Context::set('og_extract_description', Rhymix\Framework\Config::get('seo.og_extract_description'));
|
||||
Context::set('og_extract_images', Rhymix\Framework\Config::get('seo.og_extract_images'));
|
||||
Context::set('og_extract_hashtags', Rhymix\Framework\Config::get('seo.og_extract_hashtags'));
|
||||
Context::set('og_use_timestamps', Rhymix\Framework\Config::get('seo.og_use_timestamps'));
|
||||
|
||||
$this->setTemplateFile('config_seo');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue