From 74f958eec19fb8f6bce7bf92542481f83c0beaad Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 11 May 2021 20:40:41 +0200 Subject: [PATCH] Update default.html --- docs/_layouts/default.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 77b0658..bfec5af 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -48,9 +48,8 @@

{% endif %} - {% include header.html %}
- + {% include header.html %}
{% if page.name == "index.md" %} {% else %} @@ -76,7 +75,7 @@ xmlHttp.send( null ); return xmlHttp.responseText; } - document.getElementById('content').innerHTML = marked(httpGet("{{ site.replace_index_with }}")); + document.getElementById('content').innerHTML = document.getElementById('content').innerHTML + marked(httpGet("{{ site.replace_index_with }}")); {% endif %} {% if site.google_analytics %}