Skip to content

Commit

Permalink
Use the pages url from the repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed May 1, 2015
1 parent 691f910 commit 4bd211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.gifwit
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% assign parts = parts_str | remove_first:delimiter | split:delimiter | sort %}
{% assign path = image.path | uri_escape %}
{
"url": "{{ "http://gifs.joelglovier.com/" | append: path | json }}",
"url": "{{ site.github.url | append: "/" | append: path | json }}",
"keywords": "{% for part in parts %}{{ part }}{% unless forloop.last %} {% endunless %}{% endfor %}"
}{% unless forloop.last %},{% endunless %}
{% endfor %}
Expand Down

0 comments on commit 4bd211d

Please sign in to comment.