Skip to content

Commit 38baf4a

Browse files
add title to global toc entry, make formatting match
1 parent c214910 commit 38baf4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Doc/tools/templates/customlocaltoc.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
</h{{ loop.index0 + 3 }}>
1818
{%- endfor %}
1919
{%- else %}
20-
<h3><a href="{{ pathto(root_doc)|e }}">{{ docstitle|e }}</a></h3>
20+
<h3>
21+
<a href="{{ pathto(root_doc)|e }}"
22+
title="{{ docstitle|e }}">
23+
{{ docstitle|e }}
24+
</a>
25+
</h3>
2126
{%- endif %}
2227
</div>
2328
{{ toc }}

0 commit comments

Comments
 (0)