mirror of https://gitlab.com/curben/blog
style(layout): spacing
This commit is contained in:
parent
a33601013b
commit
e6969c729e
|
@ -15,10 +15,10 @@
|
||||||
<body>
|
<body>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div id="container" class="container">
|
<div id="container" class="container">
|
||||||
<%- body %>
|
<%- body %>
|
||||||
</div>
|
</div>
|
||||||
<%- partial('_partial/footer') %>
|
<%- partial('_partial/footer') %>
|
||||||
<%- partial('_partial/after-footer') %>
|
<%- partial('_partial/after-footer') %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue