From 5b5b98d3e8b5f29e752836ab40e74a6a731fd3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Kuklau?= Date: Sat, 24 Jun 2023 13:24:32 +0200 Subject: [PATCH] fix build error (see also https://github.com/chuckhoupt/jekyll-apple-help/pull/24) --- JekyllHelp/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JekyllHelp/_includes/header.html b/JekyllHelp/_includes/header.html index 0e23bd7..54b88bd 100644 --- a/JekyllHelp/_includes/header.html +++ b/JekyllHelp/_includes/header.html @@ -8,7 +8,7 @@ {% assign topics_tree = site[page.collection] | tree_by_with_prop_lookup: "group", "order", title_page.group_order | stable_sort: "order" %}