Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #28 from pepelsbey/master
Browse files Browse the repository at this point in the history
Tags join & bower ignore filter
  • Loading branch information
christian-fei committed Feb 16, 2015
2 parents 84c0cb2 + 97327bd commit 12a5501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
16 changes: 3 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 12a5501

Please sign in to comment.