Skip to content

Commit 9862fee

Browse files
committed
urls
1 parent f5e4292 commit 9862fee

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

_cats/development.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pagination:
88
values:
99
- customization
1010
- development
11-
matching: all
11+
matching: all
1212
categories: [customization, development]
1313
---
14-

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: UI Testing related content
1010
lang: 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/
1616
permalink: /:categories/:title/

_includes/breadcrumbs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 }}

0 commit comments

Comments
 (0)