diff --git a/site/web/app/themes/smart-city/resources/views/partials/content-single-stire.blade.php b/site/web/app/themes/smart-city/resources/views/partials/content-single-stire.blade.php index 984aa23..3ddaed6 100644 --- a/site/web/app/themes/smart-city/resources/views/partials/content-single-stire.blade.php +++ b/site/web/app/themes/smart-city/resources/views/partials/content-single-stire.blade.php @@ -22,7 +22,7 @@ class="btn btn-secondary dropdown-toggle d-lg-none" -
+

{!! get_the_title() !!}

@include('partials/entry-meta') @@ -96,7 +96,7 @@ class="btn btn-secondary dropdown-toggle d-lg-none" - +
@@ -113,8 +113,10 @@ class="btn btn-secondary dropdown-toggle d-lg-none" algolia.application_id, algolia.search_api_key ); + const helper = algoliasearchHelper(client, algolia.indices.posts_stire.name, { disjunctiveFacets: ['category'], + facetingAfterDistinct: true, filters: 'locale:"' + current_locale + '"', });