Hello,
i’ve set-up a 2 language blog using instructions form the doc: Tutorials
So it’s clear to me how to set the correct html lang attribute on posts or pages.
The problem is with the TAGS pages.
In the single Tag page, how can I set different Lang attributes?
eg:
url: blog.com/tags/english-tag-example → should have the lang attribute set to “en”
url: blog.com/tags/italian-tag-name → should have the lang attribute set to “it”
this is necessary to show the correct translations and the correct navigation menu
Can this be achieved with ghost ?