mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-09-13 21:05:20 +00:00
Fixed deprecated {{lang}} helper usage
no issue
- {{lang}} helper was deprecated in favor of {{@site.lang}} with 73e008270d
This commit is contained in:
@@ -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