|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
"title" : "{{ post.title | escape }}", |
|
|
|
{% if post.ingredients %}"ingredients" : "{% for ingredient in post.ingredients %}{{ ingredient | escape }}, {% endfor %}",{% endif %} |
|
|
|
"image" : "{{ post.image }}", |
|
|
|
"image" : "{{ site.baseurl }}/images/{{ post.image }}", |
|
|
|
"url" : "{{ site.baseurl }}{{ post.url }}" |
|
|
|
|
|
|
|
} {% unless forloop.last %},{% endunless %} |
|
|
|