Skip to content

Commit

Permalink
feat: as a dev I want the http-equiv content-language to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
demetriusj committed Apr 27, 2015
1 parent 69ff330 commit 928d07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/templates/project-page-skeleton.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="<%- _lang %>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="<%- isomorphicSharedConfig.jsMountPoint + config.styleFileName %>">
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
Expand Down

0 comments on commit 928d07b

Please sign in to comment.