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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user