DEV DISCUSSIONS ONLY ... refer to https://gohugo.io for docs and https://discourse.gohugo.io for support and usage questions
jpmcb on main
Update gopkg.in/yaml.v2 to gopk… (compare)
marckhouzam on main
fix(bash-v2): activeHelp length… (compare)
Eric Drechsel
hi all, newb question, wasn't able to find an answer searching:
How can I avoid outputting a bogus date if the value is missing in frontmatter?
I know go, so I understand that what's being output is the zero value of time.Time. How can I detect this value in a template and supress output?
Eric Drechsel
I'm porting a site from Harp and my old theme had a partial for every "atom" of output which made restructuring/reuse easy, at a complexity cost. I want to go down that road because I plan to add some pretty complex logic to my templates.