fixed initial theme
This commit is contained in:
		
							parent
							
								
									70ff903457
								
							
						
					
					
						commit
						203777512a
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -1,9 +1,5 @@ | |||
| <!DOCTYPE html> | ||||
| {%- if theme == "light" %} | ||||
| <html lang="{{ i18n.lang }}" data-theme="light"> | ||||
| {%- else %} | ||||
| <html lang="{{ i18n.lang }}" data-theme="dark"> | ||||
| {%- endif %} | ||||
| <html lang="{{ i18n.lang }}" data-theme="{{ config.theme }}"> | ||||
| 
 | ||||
| <head> | ||||
|     <title>{{ i18n.title }}</title> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue