1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-07 21:16:00 +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:
2016-10-04 11:22:53 +03:00
parent 577e168da5
commit f873452e6c

View File

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