From 17f6fd7346e94bd11659cf2637ddf4a46b6fab9e Mon Sep 17 00:00:00 2001 From: Tom Honeyman Date: Tue, 14 Jan 2020 14:33:57 +1100 Subject: [PATCH 1/3] add relative --- _includes/nav_back_forward.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav_back_forward.md b/_includes/nav_back_forward.md index 2270284..955236b 100644 --- a/_includes/nav_back_forward.md +++ b/_includes/nav_back_forward.md @@ -1 +1 @@ -{% if page.previous.url %}Previous: [Thing {{page.previous.thing}}: {{page.previous.title}}]({{page.previous.url}}){% endif %}{% if page.next.url %} Next: [Thing {{page.next.thing}}: {{page.next.title}}]({{page.next.url}}){% endif %} \ No newline at end of file +{% if page.previous.url %}Previous: [Thing {{page.previous.thing}}: {{page.previous.title}}]({{page.previous.url | relative}}){% endif %}{% if page.next.url%} Next: [Thing {{page.next.thing}}: {{page.next.title}}]({{page.next.url | relative}}){% endif %} From 383db7b858c6ca537b7f88d7ef0bd6d4e12e8ef6 Mon Sep 17 00:00:00 2001 From: Tom Honeyman Date: Tue, 14 Jan 2020 14:35:34 +1100 Subject: [PATCH 2/3] add relative --- _includes/nav_forward.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav_forward.md b/_includes/nav_forward.md index 79533dc..07427a2 100644 --- a/_includes/nav_forward.md +++ b/_includes/nav_forward.md @@ -1 +1 @@ - Go to {% if page.next.url %} the next [Thing {{page.next.thing}}: {{page.next.title}}]({{page.next.url}}) or return to {% endif %} [All the things](/researchdata/things) \ No newline at end of file + Go to {% if page.next.url %} the next [Thing {{page.next.thing}}: {{page.next.title}}]({{page.next.url | relative}}) or return to {% endif %} [All the things](/ARDC-23-things/researchdata/things) From caf03c1dd6d0387d61ba0bb0b48b5510bb897eae Mon Sep 17 00:00:00 2001 From: Tom Honeyman Date: Tue, 14 Jan 2020 14:36:12 +1100 Subject: [PATCH 3/3] add relative --- things.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/things.md b/things.md index 5e4d0a6..c6619b8 100644 --- a/things.md +++ b/things.md @@ -8,7 +8,7 @@ title: All the Research Data things --- {% for a_thing in site.things %} -- [Thing {{a_thing.thing}}](/researchdata/thing-{{a_thing.thing}}) - {{a_thing.title}} +- [Thing {{a_thing.thing}}](/ARDC-23-things/researchdata/thing-{{a_thing.thing}}) - {{a_thing.title}} - {{a_thing.description}} {% endfor %}