Merge pull request #1100 from sharelatex/as-html-lang-attr

Add lang attribute to html tag

GitOrigin-RevId: ddc22ae6e742d9b501bac8d3c35d6640a7635b92
This commit is contained in:
Alasdair Smith 2018-11-05 14:02:11 +00:00 committed by sharelatex
parent 221acb8207
commit 4733a7940d

View file

@ -1,5 +1,9 @@
doctype html
html(itemscope, itemtype='http://schema.org/Product')
html(
lang=(currentLngCode || 'en'),
itemscope,
itemtype='http://schema.org/Product'
)
- metadata = metadata || {}
block vars