fix: correct spelling of panel (#686)

Co-authored-by: sorin-g <g.sorin94@gmail.com>
This commit is contained in:
Sorin 2022-09-12 23:13:15 +03:00 committed by GitHub
parent f35b147b28
commit b288587c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ layout: default
</div> </div>
</div> <!-- #core-wrapper --> </div> <!-- #core-wrapper -->
<!-- pannel --> <!-- panel -->
<div id="panel-wrapper" class="col-xl-3 pl-2 text-muted"> <div id="panel-wrapper" class="col-xl-3 pl-2 text-muted">
<div class="access"> <div class="access">
@ -43,7 +43,7 @@ layout: default
{% include trending-tags.html %} {% include trending-tags.html %}
</div> </div>
{% for _include in layout.pannel_includes %} {% for _include in layout.panel_includes %}
{% assign _include_path = _include | append: '.html' %} {% assign _include_path = _include | append: '.html' %}
{% include {{ _include_path }} %} {% include {{ _include_path }} %}
{% endfor %} {% endfor %}

View file

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
refactor: true refactor: true
pannel_includes: panel_includes:
- toc - toc
tail_includes: tail_includes:
- related-posts - related-posts

View file

@ -176,7 +176,7 @@
} }
/* Pannel hidden */ /* Panel hidden */
@media all and (max-width: 1200px) { @media all and (max-width: 1200px) {
#post-list { #post-list {
padding-right: 0; padding-right: 0;