diff --git a/library.gifwit b/library.gifwit index a15b6b85f..a9af1369d 100644 --- a/library.gifwit +++ b/library.gifwit @@ -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 %}