Allow configuring lang attribute on <html> tag (#608)
Add a page/site configuration variable named "language", which can be set either in _config.yml or in a front matter in order to customize value of "lang" attribute on <html> element. Previously, it was hardcoded to "en".
This commit is contained in:
parent
6025683e3d
commit
4a19f20383
4 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,8 @@ This file lists all non-trivial changes to Beautiful Jekyll.
|
|||
|
||||
I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here.
|
||||
|
||||
**2020-04-22** Add support for configuring lang attribute on <html> tag (#608) (thanks @skalee)
|
||||
|
||||
**2020-04-18** Add ability to disable round logo (thanks @gpotter2)
|
||||
|
||||
**2020-04-01** Add support for Utterances comments (#596) (thanks @colynn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue