Set language on the html element depending on which language is currently selected
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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