Skip to content

Commit 7ec46d0

Browse files
authored
Merge pull request #352 from vkucera/titles
Fix TOC condition
2 parents ee6f3c6 + b34495e commit 7ec46d0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

_includes/common/core/_hlist.liquid

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{%- assign dir = site_pages | where: "url", workdir | first %}
1010

11-
{% if dir.title != "Documentation home" %}
11+
{% if dir.title != "Home" %}
1212
<h1 style="font-size:110%"><a href="{{ dir.url | relative_url }}">{{ dir.title | default: dir.url }}</a></h1>
1313
{% endif %}
1414

@@ -18,8 +18,3 @@
1818
{% endif %}
1919

2020
{%- for workdir in workdir_dirs %}{% include common/core/_hlist.liquid %}{% endfor -%}
21-
22-
23-
24-
25-

0 commit comments

Comments
 (0)