From 728e757c695fc54a86e0413dead876e9893e4d59 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 21 Nov 2020 22:06:01 +0100 Subject: [PATCH] images optimization --- src/pages/_layouts/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/_layouts/base.html b/src/pages/_layouts/base.html index daf5e135..20d0dc1d 100644 --- a/src/pages/_layouts/base.html +++ b/src/pages/_layouts/base.html @@ -36,6 +36,9 @@ {% endif %} {% include layout/css.html %} + {% assign layout-dark = page.layout-dark | default: site.layout-dark %} @@ -50,5 +53,7 @@ {% if site.debug and jekyll.environment == 'development' %} {% include layout/debug.html %} {% endif %} + + -- GitLab