mirror of
https://github.com/ZetaKebab/kesper.git
synced 2026-08-18 11:50:55 +00:00
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:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{lang}}">
|
<html lang="{{@site.lang}}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
{{!-- Document Settings --}}
|
{{!-- Document Settings --}}
|
||||||
|
|||||||
Reference in New Issue
Block a user