fix: </html> appear after </head>

This commit is contained in:
curben 2019-08-06 20:16:44 +09:30
parent 345440e120
commit 1380f98108
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
<!DOCTYPE html>
<html lang="<%= theme.language %>">
<head>
<meta charset="utf-8">
<%

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="<%= theme.language %>">
<%- partial('_partial/head') %>
<%/* set /about page to use "home" page layout */%>
<% if (is_current('about/index.html')) { %>