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:
@@ -8,6 +8,15 @@
|
|||||||
<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); ?>
|
||||||
<?php Stylesheet::add('public/themes/default/css/default.css', 'frontend', 2); ?>
|
<?php Stylesheet::add('public/themes/default/css/default.css', 'frontend', 2); ?>
|
||||||
|
Reference in New Issue
Block a user