From 0af34b8c6adc93ca2060db20402376dcb43d789e Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Sat, 27 Apr 2024 11:10:45 -0400 Subject: [PATCH] Modularizing index --- _includes/site_index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/site_index.html b/_includes/site_index.html index d991b63..26f7010 100644 --- a/_includes/site_index.html +++ b/_includes/site_index.html @@ -1,4 +1,3 @@ -{% assign sections = 'Recipes,Adult Beverages,Tobacco' | split: ',' %} {% for section_name in sections %} {% assign section_dir = section_name | replace: ' ', '%20' %}

{{section_name}}