Fixed deprecated {{lang}} helper usage

no issue

- {{lang}} helper was deprecated in favor of {{@site.lang}} with 73e008270d
This commit is contained in:
Nazar Gargol 2019-04-02 12:36:14 +08:00
parent 37c0f22b09
commit 4464d5809b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<html lang="{{@site.lang}}">
<head>
{{!-- Document Settings --}}