mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-06 16:02:44 +00:00
refactor: Simplify lang attribute in html element
This commit is contained in:
parent
ad80eb217f
commit
0b0fe2fd45
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.LanguageCode | default site.Language.Lang }}" {{- with partialCached "func/GetLanguageDirection" "GetLanguageDirection" }} dir="{{ . }}" {{- end }}>
|
||||
<html lang="{{ site.Language.LanguageCode }}" {{- with partialCached "func/GetLanguageDirection" "GetLanguageDirection" }} dir="{{ . }}" {{- end }}>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user