Update default.html

This commit is contained in:
Puyo
2021-05-11 21:06:00 +02:00
committed by GitHub
parent f859b0084d
commit 74734b95e4

View File

@ -50,7 +50,7 @@
</header>
<section id="content">
{% include header.html %}<br>
{% if page.name == "index.md" %}
{% if page.id == "/index" %}
<!-- yay i'm NOT stupid -->
{% else %}
{{ content }}
@ -65,7 +65,7 @@
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
{% if page.name == "index.md" %}
{% if page.id == "/index" %}
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script>
function httpGet(theUrl)