mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 22:16:23 +05:30
Add html lang
This commit is contained in:
parent
07d094a9a4
commit
1848c024cd
7 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="<?php echo str_replace('_', '-', config('language'));?>">
|
||||
<head>
|
||||
<?php echo head_contents() ?>
|
||||
<title><?php echo $title;?></title>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<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"/>
|
||||
<meta content="<?php echo strip_tags(blog_description()); ?>" itemprop="description"/>
|
||||
</div>
|
||||
<?php if (facebook()) { echo facebook(); } ?>
|
||||
<?php if (login()) { toolbar(); } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue