Skip to content

Commit

Permalink
Merge pull request #9 from curbengh/head-twice
Browse files Browse the repository at this point in the history
 fix: prevent </html> appearing after </head>
  • Loading branch information
tomap committed Aug 7, 2019
2 parents 97bae5e + aab84c8 commit f40168a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layout/_partial/head.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<%
Expand Down
2 changes: 2 additions & 0 deletions layout/layout.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="<%= config.language %>">
<%- partial('_partial/head') %>

<body>
Expand Down

0 comments on commit f40168a

Please sign in to comment.