Skip to content

Commit

Permalink
try url instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-h authored Feb 26, 2020
1 parent 79d3957 commit d6460b6
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}}/researchdata/{{thing.name}}) {{thing.title}}
- [Thing {{thing.thing}}:]({{site.baseurl}}{{thing.url}}) {{thing.title}}
- {{thing.description}}
{% endfor %}

0 comments on commit d6460b6

Please sign in to comment.