Skip to content

Commit e7346d9

Browse files
dracostimwis
authored andcommitted
Correct an if statement.
1 parent 4cd3ddf commit e7346d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"title": {{ dataset.title | jsonify }},
66
"organization": {{ dataset.organization | jsonify }}{% if dataset.notes != "" %},
7-
"notes": {{ dataset.notes | jsonify }}{% endif %}{% if dataset.notes != "" %},
7+
"notes": {{ dataset.notes | jsonify }}{% endif %}{% if dataset.category != "" %},
88
"category": {{ dataset.category | jsonify }}{% endif %},
99
"url": "{{ site.baseurl }}{{ dataset.url }}"
1010
}{% unless forloop.last %},{% endunless %}{% endfor %}

0 commit comments

Comments
 (0)