Skip to content

Commit bcbed9f

Browse files
authored
Merge pull request #28 from jorgesumle/master
Use lang variable instead of hardcoding 'en'
2 parents b608547 + 19a0ced commit bcbed9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="{{ lang }}">
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta http-equiv="content-type" content="text/html; charset=utf-8">

0 commit comments

Comments
 (0)