1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Default Theme: Hook "theme_meta" - added.

This commit is contained in:
Sergey Romanenko
2012-12-27 15:54:31 +02:00
parent 4e909f7adf
commit 03131011cb

View File

@@ -8,6 +8,8 @@
<meta name="keywords" content="<?php echo Site::keywords(); ?>">
<meta name="robots" content="<?php echo Page::robots(); ?>">
<?php Action::run('theme_meta'); ?>
<!-- Open Graph Protocol -->
<meta property="og:site_name" content="<?php echo Site::name(); ?>">
<meta property="og:url" content="<?php echo Url::current(); ?>">