File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ en: &DEFAULT_EN
6
6
page : " Page"
7
7
pagination_previous : " Previous"
8
8
pagination_next : " Next"
9
- toc_label : " Overview "
9
+ toc_label : " On This Page "
10
10
ext_link_label : " Direct Link"
11
11
less_than : " less than"
12
12
minute_read : " minute read"
Original file line number Diff line number Diff line change 1
1
<aside class="sidebar__right">
2
2
<nav class="toc" markdown="1">
3
- <header><h4 class="nav__title"><i class="fa fa-{{ include.icon | default: 'book ' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
3
+ <header><h4 class="nav__title"><i class="fa fa-{{ include.icon | default: 'file-text ' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
4
4
* Auto generated table of contents
5
5
{:toc .toc__menu}
6
6
</nav>
You can’t perform that action at this time.
0 commit comments