Skip to content

Commit

Permalink
Fix closing "html" tag appears twice. (hexojs#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda authored and yoshinorin committed Feb 27, 2019
1 parent 0a7250a commit a8d8a85
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">
<%- partial('google-analytics') %>
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>
<%- partial('_partial/head') %>
<body>
<div id="container">
Expand Down

0 comments on commit a8d8a85

Please sign in to comment.