From b288587c1c3d113a1c52c2d25fb46cddda348961 Mon Sep 17 00:00:00 2001 From: Sorin <32683356+sorin-g@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:13:15 +0300 Subject: [PATCH] fix: correct spelling of `panel` (#686) Co-authored-by: sorin-g --- _layouts/page.html | 4 ++-- _layouts/post.html | 2 +- _sass/layout/home.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 115ead8..f62d84d 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -35,7 +35,7 @@ layout: default - +
@@ -43,7 +43,7 @@ layout: default {% include trending-tags.html %}
- {% for _include in layout.pannel_includes %} + {% for _include in layout.panel_includes %} {% assign _include_path = _include | append: '.html' %} {% include {{ _include_path }} %} {% endfor %} diff --git a/_layouts/post.html b/_layouts/post.html index 133c712..255832c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,7 @@ --- layout: page refactor: true -pannel_includes: +panel_includes: - toc tail_includes: - related-posts diff --git a/_sass/layout/home.scss b/_sass/layout/home.scss index af80ba3..00a29d2 100644 --- a/_sass/layout/home.scss +++ b/_sass/layout/home.scss @@ -176,7 +176,7 @@ } -/* Pannel hidden */ +/* Panel hidden */ @media all and (max-width: 1200px) { #post-list { padding-right: 0;