Skip to content

Commit

Permalink
Modify master template to add naive directionality and languange attr…
Browse files Browse the repository at this point in the history
…ibutes
  • Loading branch information
lmarkus committed May 30, 2015
1 parent eecc139 commit 97bfd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/layouts/master.dust
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{context.locality.language}" dir="{context.locality.directionality}">
<head>
<meta charset="utf-8" />
<title>{+title /}</title>
Expand Down

0 comments on commit 97bfd42

Please sign in to comment.