Skip to content

Commit

Permalink
Fix the mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 5, 2019
1 parent b476b19 commit 3da960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/projects.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"initiatives" : [{% for initiative in post.initiatives %} "{{ initiative }}" {% unless forloop.last %},{% endunless %}{% endfor %}],
"tags" : [{% for tag in post.tags %} "{{ tag }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
"collaborating_projects" : [{% for cp in post.collaborating_projects %}"{{ cp }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
"content_url" : "{{site.base_url}}{{post.url}}",
"content_url" : "{{ post.url | remove_first:'/'}}",
"path" : "{{post.path}}",
"status" : [{% for status in post.status %} "{{ status }}" {% unless forloop.last %},{% endunless %}{% endfor %}],
"markdown" : "{{post.path | replace: '_projects/',''}}"
Expand Down

0 comments on commit 3da960e

Please sign in to comment.