zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
739 stars 260 forks source link

Fix undefined mobile search result attributes #444

Open ghost opened 2 years ago

ghost commented 2 years ago

The function renderSearchResultsMobile should use result.item, instead of result, just like how renderSearchHighlightResultsMobile does it. Otherwise, all attributes from result will be undefined.

undefined