mtn / cocoa-eh-hugo-theme

A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
https://themes.gohugo.io/theme/cocoa-eh-hugo-theme/
MIT License
224 stars 111 forks source link

wrap min_version in quotes for valid theme.toml file #133

Closed mrkmhny closed 5 years ago

mrkmhny commented 5 years ago

Attempting to run hugo with this theme currently throws an error: unmarshal failed: Near line 8 (last key parsed 'min_version'): Invalid float value: "0.20.2".

Wrapping the min_version number in the theme.toml file fixes this