Fixed deprecated {{lang}} usage (#3)

no issue

- {{lang}} was deprecated in favor of {{@site.lang}} with TryGhost/gscan@73e0082
This commit is contained in:
Tpk 2019-05-07 14:02:51 +02:00 committed by Kevin Ansfield
parent 33dc0a4648
commit 7ebed13214
1 changed files with 1 additions and 1 deletions

View File

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