Skip to content

Commit

Permalink
pad out integer to match filename
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-h authored Feb 26, 2020
1 parent d6460b6 commit ea60b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion things.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit ea60b74

Please sign in to comment.