aboutsummaryrefslogtreecommitdiffstats
path: root/header.php
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-08-16 15:47:15 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-08-16 15:47:15 -0500
commit547ff7d055f15315aa55ca850ec4a0fa30cc189f (patch)
tree753973227cd97d5003737f8b5edf67a74c26cc7f /header.php
parent2b74df3d36b15fb2250b9c9557d993f3c7d930a1 (diff)
downloadlidra-theme-547ff7d055f15315aa55ca850ec4a0fa30cc189f.tar.lz
lidra-theme-547ff7d055f15315aa55ca850ec4a0fa30cc189f.tar.xz
lidra-theme-547ff7d055f15315aa55ca850ec4a0fa30cc189f.zip
fixed optimal styles
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>