From d34598104456046ed87b6f801768ca9a897a3dbc Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sun, 18 Nov 2018 20:26:14 +0300 Subject: [PATCH] Fix scroll, fix favicon, closes #23 --- themes/starter/layout/_partial/head.ejs | 4 ++-- themes/starter/layout/layout.ejs | 5 +++-- .../source/assets/scss/modules/_chronicles.scss | 4 ++++ themes/starter/source/assets/scss/modules/_index.scss | 3 +++ .../starter/source/assets/scss/partials/_layout.scss | 10 +++++----- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/themes/starter/layout/_partial/head.ejs b/themes/starter/layout/_partial/head.ejs index e347815..2bd8787 100644 --- a/themes/starter/layout/_partial/head.ejs +++ b/themes/starter/layout/_partial/head.ejs @@ -23,14 +23,14 @@ - + - + diff --git a/themes/starter/layout/layout.ejs b/themes/starter/layout/layout.ejs index 424a41f..5e7746d 100644 --- a/themes/starter/layout/layout.ejs +++ b/themes/starter/layout/layout.ejs @@ -1,10 +1,12 @@ <% let contType = ''; + let indexBody = ''; let ball = false; let misc; if (is_root()) { contType = 'main__container'; + indexBody = 'main'; } if (page.layout == 'crystalball') { ball = true; @@ -18,7 +20,7 @@ <%- partial('_partial/head') %> - +