Browse Source

Update Layout / Move GA to Bottom

pull/2/head
Mohamad Fahmi 12 years ago
parent
commit
cf6cffd1d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      themes/default/layout.html.php

+ 1
- 1
themes/default/layout.html.php View File

@ -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…
Cancel
Save