Fixed deprecated {{lang}} helper usage

no issue

- {{lang}} helper was deprecated in favor of {{@site.lang}} with https://github.com/TryGhost/gscan/commit/73e008270d04034a8ea310766947c106ea9ad70e
This commit is contained in:
Nazar Gargol
2019-04-02 12:39:00 +08:00
parent 37c0f22b09
commit 4464d5809b
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{lang}}"> <html lang="{{@site.lang}}">
<head> <head>
{{!-- Document Settings --}} {{!-- Document Settings --}}