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

View File

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

View File

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