Support Twitter meta tags

This commit is contained in:
Kijin Sung 2020-09-29 01:58:02 +09:00
parent 1c786d8cd5
commit 00fd1a672a
6 changed files with 54 additions and 2 deletions

View file

@ -249,6 +249,7 @@ $lang->site_meta_keywords = 'SEO Keywords';
$lang->about_site_meta_keywords = 'These keywords will be used on pages that do not have their own keywords.';
$lang->site_meta_description = 'SEO Description';
$lang->about_site_meta_description = 'This description will be used on pages that do not have their own description.';
$lang->twitter_enabled = 'Add Twitter Meta Tags';
$lang->og_enabled = 'Add OpenGraph Tags';
$lang->og_extract_description = 'Extract Description from Document';
$lang->og_extract_description_fallback = 'Use general description only';