File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pagination:
88 values :
99 - customization
1010 - development
11- matching : all
11+ matching : all
1212categories : [customization, development]
1313---
14-
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description: UI Testing related content
1010lang : en
1111
1212# Site subpath, e.g. /blog
13- baseurl : " ui-testing/ "
13+ baseurl : " / ui-testing"
1414
1515# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
1616permalink : /:categories/:title/
Original file line number Diff line number Diff line change 11< div id ="breadcrumbs ">
2- {% assign crumbs = page.url | remove:'/index.html' | split: '/' | relative_url %}
3- < a href ="/{{relative_url}} "> Home</ a >
2+ {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
3+ < a href ="{{site.baseurl}}/ "> Home</ a >
44 {% for crumb in crumbs offset: 1 %}
55 {% if forloop.last %}
66 / {{ page.title }}
You can’t perform that action at this time.
0 commit comments