mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Default Theme: Hook "theme_meta" - added.
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
<meta name="keywords" content="<?php echo Site::keywords(); ?>">
|
<meta name="keywords" content="<?php echo Site::keywords(); ?>">
|
||||||
<meta name="robots" content="<?php echo Page::robots(); ?>">
|
<meta name="robots" content="<?php echo Page::robots(); ?>">
|
||||||
|
|
||||||
|
<?php Action::run('theme_meta'); ?>
|
||||||
|
|
||||||
<!-- Open Graph Protocol -->
|
<!-- Open Graph Protocol -->
|
||||||
<meta property="og:site_name" content="<?php echo Site::name(); ?>">
|
<meta property="og:site_name" content="<?php echo Site::name(); ?>">
|
||||||
<meta property="og:url" content="<?php echo Url::current(); ?>">
|
<meta property="og:url" content="<?php echo Url::current(); ?>">
|
||||||
|
Reference in New Issue
Block a user