File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
+ - adding breadcrumb link to documentation root (0.0.16)
17
18
- bug with link in top breadcrumb (404) missing baseurl (0.0.15)
18
19
- bug that news items (posts) don't render in search (0.0.14)
19
20
- minimum width of 150px for top right site name (0.0.13)
Original file line number Diff line number Diff line change 1
- 0.0.15
1
+ 0.0.16
Original file line number Diff line number Diff line change 23
23
< main class ="col-12 col-md-9 col-xl-8 pl-md-5 " role ="main ">
24
24
< nav aria-label ="breadcrumb " class ="d-none d-md-block d-print-none ">
25
25
< ol class ="breadcrumb spb-1 ">
26
+ {% if page.url != "/docs/" %}< li class ="breadcrumb-item ">
27
+ < a href ="{{ site.url }}{{ site.baseurl }}/docs/ "> Documentation</ a >
28
+ </ li > {% endif %}
26
29
< li class ="breadcrumb-item active " aria-current ="page ">
27
30
< a href ="{{ site.url }}{{ site.baseurl }}{{ page.url }} "> {{ page.title }}</ a >
28
31
</ li >
You can’t perform that action at this time.
0 commit comments