You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a site using hugo and the hugo-theme-learn theme. I was having an issue and decided to comment out the theme section in config.toml and discovered a panic / segmentation fault while running hugo.
bep
changed the title
panic: runtime error: invalid memory address or nil pointer dereference
Raise error on missing inn er shortcode template (or something)
Jul 21, 2019
I am building a site using hugo and the
hugo-theme-learn
theme. I was having an issue and decided to comment out thetheme
section inconfig.toml
and discovered a panic / segmentation fault while running hugo.I am attaching the project that reproduces the issue
panic-www.zip
I believe the issue comes from this section in
content/releases/_index.md
Which invokes a shortcode
And the
notice
shortcode is no longer defined because I commented out the theme entirely and this is where it is defined.Although it is clearly an error I wouldn't expect a panic/memory violation error
The text was updated successfully, but these errors were encountered: