@@ -43,7 +43,7 @@
{% 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 133c712c510..255832cece8 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 af80ba3286c..00a29d2f1ea 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;