Skip to content

Commit df1b1ca

Browse files
KentarouTakedayoshinorin
authored andcommitted
Fix closing "html" tag appears twice. (#123)
1 parent 98d865b commit df1b1ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layout/_partial/head.ejs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!DOCTYPE html>
2-
<html>
31
<head>
42
<meta charset="utf-8">
53
<%- partial('google-analytics') %>

layout/layout.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!DOCTYPE html>
2+
<html>
13
<%- partial('_partial/head') %>
24
<body>
35
<div id="container">

0 commit comments

Comments
 (0)