mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +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 lang="en">
|
||||
<html lang="<?php echo str_replace('_', '-', config('language'));?>">
|
||||
<head>
|
||||
<?php echo head_contents();?>
|
||||
<title><?php echo $title;?></title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue