Update default.html
This commit is contained in:
parent
df79fb6541
commit
962ad77351
@ -75,7 +75,7 @@
|
|||||||
xmlHttp.send( null );
|
xmlHttp.send( null );
|
||||||
return xmlHttp.responseText;
|
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 }}"));
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user