mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-19 02:23:17 +02:00
Fix: blank blog/categories links in search results
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user