aboutsummaryrefslogtreecommitdiffstats
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/header.php b/header.php
index 6152b1a..05f051f 100644
--- a/header.php
+++ b/header.php
@@ -22,7 +22,10 @@ if ( is_home() ) {
}
printf('
<link rel="stylesheet" href="' . get_bloginfo('stylesheet_url') . '">
-<script>
+');
+wp_head();
+printf(
+'<script>
/*
@licstart The following is the entire license notice for the
JavaScript code in this page.
@@ -44,7 +47,6 @@ printf('
*/
</script>
');
-wp_head();
printf(
'</head>
<body>