From 67a262fedeaf69fd6c7b35e33632e31b88969a84 Mon Sep 17 00:00:00 2001 From: "Anton.AE" Date: Sat, 4 Jul 2026 20:15:34 +0300 Subject: [PATCH] index --- wp-content/themes/sevastopol-tort-child/header.php | 14 ++++++++++++++ .../sevastopol-tort-child/inc/theme-data.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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, ); }