Set language on the html element depending on which language is currently selected
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Halfdan 2022-11-21 15:13:42 +01:00
parent 12961afd3d
commit 09ab4dbeb2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="{{ .Language }}">
{{ partial "head.html" . }} {{ partial "head.html" . }}
<body> <body>
<aside> <aside>