Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure lang attribute holds current language #459

Closed
marcinkrzeminski opened this issue Feb 11, 2020 · 0 comments
Closed

Make sure lang attribute holds current language #459

marcinkrzeminski opened this issue Feb 11, 2020 · 0 comments

Comments

@marcinkrzeminski
Copy link
Collaborator

Hey,

currently, we have the en hardcoded for the lang attribute. In order to fix that we should use
{{ site.langauge }} snippet. Here's how it should look like:

<html class="no-js" lang="{{ site.language }}" prefix="og: http://ogp.me/ns#">
@jakub300 jakub300 added this to To do in Rewrite with Webpack via automation Jun 9, 2020
@jakub300 jakub300 moved this from To do to Ready in Rewrite with Webpack Jun 11, 2020
@jakub300 jakub300 mentioned this issue Jun 29, 2020
30 tasks
@luboskmetko luboskmetko moved this from Ready to Done in Rewrite with Webpack Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants