themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
351 stars 508 forks source link

Move footer menu definitions to content files #183

Closed salim-b closed 3 years ago

salim-b commented 3 years ago

This simplifies menu adjustments since the content and its menu entries are now all found in the same place. E.g. you can now simply set draft = true in a specific content file and all its menu entries will automatically be disabled (i.e. have draft status), too, without the extra need to modify config.toml anymore.

Cf. #149