Update default.html

This commit is contained in:
Puyo
2021-05-04 02:49:04 +02:00
committed by GitHub
parent df79fb6541
commit 962ad77351

View File

@ -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 }}"));
</script>
{% endif %}
{% if site.google_analytics %}