We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3ddf commit e7346d9Copy full SHA for e7346d9
datasets.json
@@ -4,7 +4,7 @@
4
{
5
"title": {{ dataset.title | jsonify }},
6
"organization": {{ dataset.organization | jsonify }}{% if dataset.notes != "" %},
7
- "notes": {{ dataset.notes | jsonify }}{% endif %}{% if dataset.notes != "" %},
+ "notes": {{ dataset.notes | jsonify }}{% endif %}{% if dataset.category != "" %},
8
"category": {{ dataset.category | jsonify }}{% endif %},
9
"url": "{{ site.baseurl }}{{ dataset.url }}"
10
}{% unless forloop.last %},{% endunless %}{% endfor %}
0 commit comments