diff --git a/wp-content/themes/sevastopol-tort-child/header.php b/wp-content/themes/sevastopol-tort-child/header.php index 3fbbc17..dde452e 100644 --- a/wp-content/themes/sevastopol-tort-child/header.php +++ b/wp-content/themes/sevastopol-tort-child/header.php @@ -6,6 +6,20 @@ if ( ! defined( 'ABSPATH' ) ) { > + + + + + diff --git a/wp-content/themes/sevastopol-tort-child/inc/theme-data.php b/wp-content/themes/sevastopol-tort-child/inc/theme-data.php index 4011079..ae3b0aa 100644 --- a/wp-content/themes/sevastopol-tort-child/inc/theme-data.php +++ b/wp-content/themes/sevastopol-tort-child/inc/theme-data.php @@ -284,7 +284,7 @@ function sev_tort_page_config( $slug, $label, $title, $description, $h1, $lead, 'lead' => $lead, 'image' => $image, 'style' => $style, - 'indexable' => false, + 'indexable' => 'politika-konfidencialnosti' !== $slug, 'content' => $content, ); }