1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Default Theme: Social Meta Tags - added.

This commit is contained in:
Sergey Romanenko
2012-12-27 13:37:34 +02:00
parent 30227eeae0
commit 2a96f9edd2

View File

@@ -7,6 +7,15 @@
<meta name="description" content="<?php echo Site::description(); ?>"> <meta name="description" content="<?php echo Site::description(); ?>">
<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(); ?>">
<!-- Open Graph Protocol -->
<meta property="og:site_name" content="<?php echo Site::name(); ?>">
<meta property="og:url" content="<?php echo Page::url(); ?>">
<meta property="og:title" content="<?php echo Site::title(); ?> | <?php echo Site::name(); ?>">
<!-- Google+ Snippets -->
<meta itemprop="url" content="<?php echo Page::url(); ?>">
<meta itemprop="name" content="<?php echo Site::title(); ?> | <?php echo Site::name(); ?>">
<!-- Styles --> <!-- Styles -->
<?php Stylesheet::add('public/assets/css/bootstrap.css', 'frontend', 1); ?> <?php Stylesheet::add('public/assets/css/bootstrap.css', 'frontend', 1); ?>