From 16e6a74d8010e2722948d01df478c620310b30d3 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 16 Feb 2015 15:45:00 +0100 Subject: [PATCH 1/2] array_to_sentence_string replaced with join --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dc5793..f2c6bb1 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ layout: none { "title" : "{{ post.title | escape }}", "category" : "{{ post.category }}", - "tags" : "{{ post.tags | array_to_sentence_string }}", + "tags" : "{{ post.tags | join: ', ' }}", "url" : "{{ site.baseurl }}{{ post.url }}", "date" : "{{ post.date }}" } {% unless forloop.last %},{% endunless %} From eedf1e69bd6a71a8176feb1655111e9f8f60e20c Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 16 Feb 2015 16:00:07 +0100 Subject: [PATCH 2/2] Ignore filter adjusted to include only needed --- bower.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/bower.json b/bower.json index 459ad9a..d054140 100644 --- a/bower.json +++ b/bower.json @@ -16,19 +16,9 @@ ], "license": "MIT", "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "_includes", - "_layouts", - "_posts", - "_sass", - "_site", - "about.md", - "css", - "_config.yml", - "index.html" + "*", + "!jekyll-search.js", + "!README.md" ], "moduleType": [ "globals"