From 4bd211dd7e9842c64c382e36f4d4c7dcce18c5fd Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Fri, 1 May 2015 10:50:45 -0700 Subject: [PATCH] Use the pages url from the repo metadata https://help.github.com/articles/repository-metadata-on-github-pages/ --- library.gifwit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}