Skip to content

Commit

Permalink
Modularizing index
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronTraas committed Apr 27, 2024
1 parent a34a693 commit 0af34b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/site_index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% assign sections = 'Recipes,Adult Beverages,Tobacco' | split: ',' %}
{% for section_name in sections %}
{% assign section_dir = section_name | replace: ' ', '%20' %}
<h2><a href="{{ section_dir | relative_url }}/">{{section_name}}</a></h2>
Expand Down

0 comments on commit 0af34b8

Please sign in to comment.