mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
layouts/_default/baseof.html: Use current language for html element's lang attribute
You know you gotta specify the page content's language if possible, right? https://www.w3.org/International/questions/qa-http-and-lang
This commit is contained in:
parent
577e168da5
commit
f873452e6c
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{{ .Lang }}">
|
||||
|
||||
<head>
|
||||
{{ partial "head-meta.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user