Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
puyoxyz authored May 4, 2021
1 parent df79fb6 commit 962ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
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 %}
Expand Down

0 comments on commit 962ad77

Please sign in to comment.