Fix: blank blog/categories links in search results

This commit is contained in:
hyzen
2026-07-26 22:41:13 +05:30
parent 17c88b8991
commit adc31a948a
4 changed files with 12 additions and 3 deletions

View File

@@ -45,6 +45,7 @@
}
function sectionLabel(section) {
if (section === 'blog-category') return 'Category';
if (section === 'blog') return 'Blog';
if (section === 'services') return 'Service';
return section;