Skip to content

Commit

Permalink
Merge pull request klugjo#27 from GHLandy/master
Browse files Browse the repository at this point in the history
Make HTML lang property same as hexo site config
  • Loading branch information
klugjo authored Nov 15, 2016
2 parents bba8054 + fbfdef8 commit c974d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/layout.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html <% if(config.language) { %>lang="<%= config.language %>"<% } else { %>lang="en"<% }%>>

<!-- Head tag -->
<%- partial('_partial/head') %>
Expand Down

0 comments on commit c974d81

Please sign in to comment.