This commit is contained in:
2026-07-04 20:15:34 +03:00
parent 4aefa0f057
commit 67a262fede
2 changed files with 15 additions and 1 deletions

View File

@@ -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,
);
}