mirror of https://gitlab.com/curben/blog
refactor: consistent spacing in <body>
This commit is contained in:
parent
f9889702b7
commit
748fec2f1d
|
@ -3,14 +3,14 @@
|
|||
<%- partial('_partial/head', {}) %>
|
||||
<%/* set /about page to use "home" page layout */%>
|
||||
<% if (is_current('about/index.html')) { %>
|
||||
<body class="about-body">
|
||||
<body class="about-body">
|
||||
<% } else {%>
|
||||
<body>
|
||||
<body>
|
||||
<% } %>
|
||||
<div id="container" class="container">
|
||||
<%- body %>
|
||||
</div>
|
||||
<%- partial('_partial/footer') %>
|
||||
<%- partial('_partial/after-footer') %>
|
||||
<%- partial('_partial/footer') %>
|
||||
<%- partial('_partial/after-footer') %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue