How to specify different meta descriptions for each language?

We have right now the issue that the description in config.toml is shared across all three languages we provide.

<meta name="description" content="Reliable, fast and ....">
https://tegant.com/
https://tegant.com/id/
https://tegant.com/ar/

And here is the config.toml:

########################### Default parameters ##########################
[params]
logo = "images/logo"
logo_width = "50px"
# Meta data
description = "Reliable, fast and ..."

How can we have different descriptions per language, please?

Many Thanks,

Use languages in your config file. For an example, see e.g.

It works. Thank you.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.