Skip to content

Commit

Permalink
fix build error (see also chuckhoupt#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sören Kuklau committed Jun 24, 2023
1 parent 36c9f19 commit 5b5b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JekyllHelp/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% assign topics_tree = site[page.collection] | tree_by_with_prop_lookup: "group", "order", title_page.group_order | stable_sort: "order" %}
<ul>
{% for node in topics_tree %}
{% if node.name %}
{% if node.items %}
{% assign sorted_topics = node.items | sort: "order" %}
<li class="group">
<a name="name"><nav>{{ node.name }}</nav></a>
Expand Down

0 comments on commit 5b5b98d

Please sign in to comment.