diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index f393014..3810fd6 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -75,7 +75,7 @@
xmlHttp.send( null );
return xmlHttp.responseText;
}
- document.getElementById('content').innerHTML = marked(httpGet("http://www.whateverorigin.org/get?url={{ site.replace_index_with }}"));
+ document.getElementById('content').innerHTML = marked(httpGet("{{ site.replace_index_with }}"));
{% endif %}
{% if site.google_analytics %}