This commit is contained in:
2026-07-05 14:32:53 +03:00
parent 42f8a380a0
commit 0ed4f599fd
3 changed files with 2 additions and 14 deletions

View File

@@ -360,7 +360,7 @@ function sev_tort_page_config( $slug, $label, $title, $description, $h1, $lead,
'lead' => $lead,
'image' => $image,
'style' => $style,
'indexable' => 'politika-konfidencialnosti' !== $slug,
'indexable' => true,
'content' => $content,
);
}