mirror of https://gitlab.com/curben/blog
fix: </html> appear after </head>
This commit is contained in:
parent
345440e120
commit
1380f98108
|
@ -1,5 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="<%= theme.language %>">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<%
|
||||
|
|
|
@ -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')) { %>
|
||||
|
|
Loading…
Reference in New Issue