From ea60b74a5b28a0322261b64cb5fee301e27351d2 Mon Sep 17 00:00:00 2001 From: Tom Honeyman Date: Wed, 26 Feb 2020 17:27:29 +1100 Subject: [PATCH] pad out integer to match filename --- things.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/things.md b/things.md index ec18b40..9974f73 100644 --- a/things.md +++ b/things.md @@ -3,6 +3,6 @@ title: All the Research Data things permalink: /researchdata/things/ --- {% for thing in site.things %} -- [Thing {{thing.thing}}:]({{site.baseurl}}{{thing.url}}) {{thing.title}} +- [Thing {{thing.thing}}:]({{site.baseurl}}/thing-{{thing.thing | prepend: "0" | slice: -1,2 }}.md) {{thing.title}} - {{thing.description}} {% endfor %}