Skip to content

Commit

Permalink
fix: correct spelling of panel (cotes2020#686)
Browse files Browse the repository at this point in the history
Co-authored-by: sorin-g <[email protected]>
  • Loading branch information
sorindex and sorin-g authored Sep 12, 2022
1 parent 4740103 commit bc75f74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ <h1 class="dynamic-title">
</div>
</div> <!-- #core-wrapper -->

<!-- pannel -->
<!-- panel -->
<div id="panel-wrapper" class="col-xl-3 pl-2 text-muted">

<div class="access">
{% include update-list.html %}
{% 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 %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
refactor: true
pannel_includes:
panel_includes:
- toc
tail_includes:
- related-posts
Expand Down
2 changes: 1 addition & 1 deletion _sass/layout/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

}

/* Pannel hidden */
/* Panel hidden */
@media all and (max-width: 1200px) {
#post-list {
padding-right: 0;
Expand Down

0 comments on commit bc75f74

Please sign in to comment.