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 %}