Skip to content

Commit

Permalink
Merge pull request #103 from Mogztter/default-lang-jade
Browse files Browse the repository at this point in the history
Default language on the HTML root must be 'en'
  • Loading branch information
mojavelinux authored Sep 26, 2016
2 parents 1379d72 + b7eb443 commit 61159fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/jade/document.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doctype html
html(lang=node.document.$attr("lang", "tr") )
html(lang=node.document.$attr("lang", "en") )
head
meta(charset="UTF-8")
each key in ["description","keywords","author","copyright"]
Expand Down Expand Up @@ -101,4 +101,4 @@ html(lang=node.document.$attr("lang", "tr") )
]
});
}
initializeReveal();
initializeReveal();

0 comments on commit 61159fc

Please sign in to comment.