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;