Skip to content

Multi-language support #119

@maaque

Description

@maaque

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?

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions