Update default.html

This commit is contained in:
Puyo 2021-05-04 02:49:04 +02:00 committed by GitHub
parent df79fb6541
commit 962ad77351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}