Skip to content

Commit

Permalink
try id or url
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-h authored Feb 27, 2020
1 parent 13fa2ce commit f0e0abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion things.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ permalink: /researchdata/things/
{% for t in site.things %}
- [Thing {{t.thing}}:]({{site.baseurl}}/researchdata/thing-{{t.thing | prepend: '0' | slice: -2,2}}) {{t.title}}
- {{t.description}}
- {{t | inspect }}
- ID: {{t.id}}
- URL: {{t.url}}
{% endfor %}

0 comments on commit f0e0abb

Please sign in to comment.