File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
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
+ - bug with link in top breadcrumb (404) missing baseurl (0.0.15)
17
18
- bug that news items (posts) don't render in search (0.0.14)
18
19
- minimum width of 150px for top right site name (0.0.13)
19
20
- tags page and option to link to it from post/docs tags (0.0.12)
Original file line number Diff line number Diff line change 1
- 0.0.14
1
+ 0.0.15
Original file line number Diff line number Diff line change 24
24
< nav aria-label ="breadcrumb " class ="d-none d-md-block d-print-none ">
25
25
< ol class ="breadcrumb spb-1 ">
26
26
< li class ="breadcrumb-item active " aria-current ="page ">
27
- < a href ="{{ page.url }} "> {{ page.title }}</ a >
27
+ < a href ="{{ site.url }}{{ site.baseurl }}{{ page.url }} "> {{ page.title }}</ a >
28
28
</ li >
29
29
</ ol >
30
30
</ nav >
You can’t perform that action at this time.
0 commit comments