1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-09 13:25:07 +02: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:
Alan Orth 2016-10-04 11:22:53 +03:00
parent 577e168da5
commit f873452e6c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{ .Lang }}">
<head>
{{ partial "head-meta.html" . }}