mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
Update Layout / Move GA to Bottom
This commit is contained in:
parent
17f813f851
commit
cf6cffd1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<?php if (analytics() == true):?><?php echo analytics() ?><?php endif;?>
|
||||
</head>
|
||||
<body class="<?php echo $bodyclass; ?>">
|
||||
<div itemscope="itemscope" itemtype="http://schema.org/Blog" class="hide">
|
||||
|
|
@ -41,5 +40,6 @@
|
|||
<section id="content">
|
||||
<?php echo content()?>
|
||||
</section>
|
||||
<?php if (analytics() == true):?><?php echo analytics() ?><?php endif;?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue