miguelsimoni / hugo-initio

Hugo Theme port of Initio bootstrap template by GetTemplate
https://themes.gohugo.io/hugo-initio/
MIT License
90 stars 119 forks source link

Enable config.toml options showServices, showRecentWorks, showDownloads, showClients in index.html #38

Closed mb323 closed 3 years ago

mb323 commented 3 years ago

Enable config.toml options showServices, showRecentWorks, showDownloads, showClients in index.html by moving section header into if statement for each section. Added "and" to section if statement with .Site.Params value for that section.

miguelsimoni commented 3 years ago

Hi @mb323! Thanks for your contribution!