themefisher / meghna-hugo

Meghna Hugo is a responsive, minimalist, lightweight, and fast loading one-page business theme built with HTML5/CSS3, Hugo, JavaScript, and JQuery.
https://gethugothemes.com/products/meghna/?utm_source=meghna_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
441 stars 1.23k forks source link

Hide blog section when there is content but no blog posts #178

Closed SylvainBigonneau closed 2 years ago

SylvainBigonneau commented 2 years ago

This fixes an issue when there are no blog posts but other content (such as author posts in the site example) : right now, the blog section still shows, because the condition only checks for site.RegularPages, without filtering for blog pages only.

This PR fixes that.