[Layout] Added en attribute to html tag

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2016-04-15 16:11:56 +02:00
parent 69a0d20ccc
commit e5286fe8db

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
{% include head.html %} {% include head.html %}