From 80c1fd165c2c2589746642fee589df0811bdde96 Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Sat, 27 Apr 2024 09:59:44 -0400 Subject: [PATCH] Debugging --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 920cb80..71fdcfa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,7 +44,7 @@

{{section_name}}

{% assign section = page.dir | remove_first: '/' | split: '/' | first %} {% if page.dir contains 'Untested' %} - {% elseif section == section_dir and %} + {% elsif section == section_dir and %}
  • {{page.title}}
  • {% endif %} {% endfor %}