diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 15:47:15 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 15:47:15 -0500 |
commit | 547ff7d055f15315aa55ca850ec4a0fa30cc189f (patch) | |
tree | 753973227cd97d5003737f8b5edf67a74c26cc7f /header.php | |
parent | 2b74df3d36b15fb2250b9c9557d993f3c7d930a1 (diff) | |
download | lidra-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.php | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |