Skip to content

Commit

Permalink
Fixed deprecated {{lang}} helper usage
Browse files Browse the repository at this point in the history
no issue

- {{lang}} helper was deprecated in favor of {{@site.lang}} with TryGhost/gscan@73e0082
  • Loading branch information
naz committed Apr 2, 2019
1 parent 37c0f22 commit 4464d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<html lang="{{@site.lang}}">
<head>

{{!-- Document Settings --}}
Expand Down

0 comments on commit 4464d58

Please sign in to comment.