mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1663 add meta tag for author
This commit is contained in:
parent
b7c3aa1790
commit
4bf232569c
7 changed files with 19 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ class adminAdminView extends admin
|
|||
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_nick_name', Rhymix\Framework\Config::get('seo.og_use_nick_name'));
|
||||
Context::set('og_use_timestamps', Rhymix\Framework\Config::get('seo.og_use_timestamps'));
|
||||
Context::set('twitter_enabled', Rhymix\Framework\Config::get('seo.twitter_enabled'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue