Skip to content

Commit

Permalink
Debugging again
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronTraas committed Apr 28, 2024
1 parent e56b602 commit 0513432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/site_index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{% assign current_section = page.path | split: '/' | first -%}

{% if sections == nil -%}
{% assign sections = page.sections -%}
{% endif -%}
<code>{{sections}}</code>

{% for section_name in sections -%}
{% assign section_dir = section_name | replace: ' ', '%20' -%}
{% if sections.size > 1 -%}
Expand Down

0 comments on commit 0513432

Please sign in to comment.