mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Updated deprecated @site.lang to @site.locale
refs https://github.com/TryGhost/Team/issues/509
refs b0f80be408
- @site.lang property is being deprecated with Ghsot 4.0 and @site.locale is advised to be used instead
			
			
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="{{@site.lang}}">
 | 
			
		||||
<html lang="{{@site.locale}}">
 | 
			
		||||
<head>
 | 
			
		||||
 | 
			
		||||
    {{!-- Basic meta - advanced meta is output with {ghost_head} below --}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user