mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-13 06:34:54 -04:00
create/skeletons: Clean up lang attribute in base template
This commit is contained in:
parent
8fb933550f
commit
b63f24adc7
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ or site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}">
|
||||
<html lang="{{ site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}">
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user