Fixed deprecated {{lang}} usage (#3)
no issue - {{lang}} was deprecated in favor of {{@site.lang}} with TryGhost/gscan@73e0082
This commit is contained in:
parent
33dc0a4648
commit
7ebed13214
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{lang}}">
|
||||
<html lang="{{@site.lang}}">
|
||||
<head>
|
||||
|
||||
{{!-- Document Settings --}}
|
||||
|
|
Loading…
Reference in New Issue