1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Update public/themes/default/header.chunk.php

This commit is contained in:
Sergey Romanenko
2012-12-27 14:07:54 +02:00
parent b5040aca53
commit 4e909f7adf

View File

@@ -10,11 +10,11 @@
<!-- 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:url" content="<?php echo Url::current(); ?>">
<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="url" content="<?php echo Url::current(); ?>">
<meta itemprop="name" content="<?php echo Site::title(); ?> | <?php echo Site::name(); ?>">
<!-- Styles -->