We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee6f3c6 + b34495e commit 7ec46d0Copy full SHA for 7ec46d0
1 file changed
_includes/common/core/_hlist.liquid
@@ -8,7 +8,7 @@
8
9
{%- assign dir = site_pages | where: "url", workdir | first %}
10
11
-{% if dir.title != "Documentation home" %}
+{% if dir.title != "Home" %}
12
<h1 style="font-size:110%"><a href="{{ dir.url | relative_url }}">{{ dir.title | default: dir.url }}</a></h1>
13
{% endif %}
14
@@ -18,8 +18,3 @@
18
19
20
{%- for workdir in workdir_dirs %}{% include common/core/_hlist.liquid %}{% endfor -%}
21
-
22
23
24
25
0 commit comments