fix: correct spelling of panel
(#686)
Co-authored-by: sorin-g <g.sorin94@gmail.com>
This commit is contained in:
parent
f35b147b28
commit
b288587c1c
3 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
refactor: true
|
||||
pannel_includes:
|
||||
panel_includes:
|
||||
- toc
|
||||
tail_includes:
|
||||
- related-posts
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
|
||||
}
|
||||
|
||||
/* Pannel hidden */
|
||||
/* Panel hidden */
|
||||
@media all and (max-width: 1200px) {
|
||||
#post-list {
|
||||
padding-right: 0;
|
||||
|
|
Loading…
Reference in a new issue