forked from data.coop/website
Set language on the html element depending on which language is currently selected
This commit is contained in:
parent
12961afd3d
commit
09ab4dbeb2
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{{ .Language }}">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<aside>
|
||||
|
|
Loading…
Reference in a new issue