Fixed deprecated {{lang}} helper usage
no issue
- {{lang}} helper was deprecated in favor of {{@site.lang}} with 73e008270d
This commit is contained in:
parent
37c0f22b09
commit
4464d5809b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{lang}}">
|
||||
<html lang="{{@site.lang}}">
|
||||
<head>
|
||||
|
||||
{{!-- Document Settings --}}
|
||||
|
|
Loading…
Reference in a new issue