1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

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
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 %}