Browse Source

Update layout.html.php

pull/189/head
Danang Probo Sayekti 10 years ago
parent
commit
2331afae4a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      themes/blog/layout.html.php

+ 2
- 2
themes/blog/layout.html.php View File

@ -30,7 +30,7 @@
header("Location: $url");
}
?>
<body class="<?php echo $bodyclass; ?>">
<body class="<?php echo $bodyclass; ?>" itemscope="itemscope" itemtype="http://schema.org/Blog">
<div class="hide">
<meta content="<?php echo blog_title() ?>" itemprop="name"/>
<meta content="<?php echo blog_description() ?>" itemprop="description"/>
@ -160,4 +160,4 @@
<script type="text/javascript" src="<?php echo site_url();?>themes/blog/js/bootstrap.min.js"></script>
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
</body>
</html>
</html>

Loading…
Cancel
Save