diff --git a/header.php b/header.php
index fffc4b7..60a152b 100644
--- a/header.php
+++ b/header.php
@@ -8,32 +8,57 @@
*/
?>
-
-
+
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
';
- }
- wp_head();
- wp_print_scripts('jquery');
- mourning();
- if (kratos_option('seo_statistical')) {
- echo kratos_option('seo_statistical');
- }
+ if (is_home()) {
+ echo "";
+ } else {
+ $tags = get_the_tags();
+ if (is_array($tags)) {
+ foreach ($tags as $tag) { ?>
+
+
+
+
+
+
+
+
+
+
+ ';
+ }
+ wp_head();
+ wp_print_scripts('jquery');
+ mourning();
+ if (kratos_option('seo_statistical')) {
+ echo kratos_option('seo_statistical');
+ }
?>
-
-
\ No newline at end of file
+