When I add multilanguage support in the config.toml like
[languages]
[languages.de]
title = "Test Deutsch"
weight = 2
[languages.en]
title = "Test English"
weight = 1
and try to start the hugo server I get the error message:
Error: Error building site: "/home/content/impressum.de.md:13:1": failed to extract shortcode: template for shortcode "icon" not found
As soon as I remove the language section is works again. Any idea, what I am doing wrong?
When I add multilanguage support in the config.toml like
[languages]
[languages.de]
title = "Test Deutsch"
weight = 2
[languages.en]
title = "Test English"
weight = 1
and try to start the hugo server I get the error message:
Error: Error building site: "/home/content/impressum.de.md:13:1": failed to extract shortcode: template for shortcode "icon" not foundAs soon as I remove the language section is works again. Any idea, what I am doing wrong?