From 748fec2f1d5ced288a9f41c6666e8957795c0409 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 22 Feb 2021 07:02:44 +0000 Subject: [PATCH] refactor: consistent spacing in --- themes/chameleon/layout/layout.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/chameleon/layout/layout.ejs b/themes/chameleon/layout/layout.ejs index 210f0d1..00c9943 100644 --- a/themes/chameleon/layout/layout.ejs +++ b/themes/chameleon/layout/layout.ejs @@ -3,14 +3,14 @@ <%- partial('_partial/head', {}) %> <%/* set /about page to use "home" page layout */%> <% if (is_current('about/index.html')) { %> - + <% } else {%> - + <% } %>
<%- body %>
- <%- partial('_partial/footer') %> - <%- partial('_partial/after-footer') %> + <%- partial('_partial/footer') %> + <%- partial('_partial/after-footer') %>