Update default.html

This commit is contained in:
Puyo 2021-05-11 21:09:22 +02:00 committed by GitHub
parent 8689953f75
commit 40f58c6632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
</header>
<section id="content">
{% include header.html %}<br>
{% if page.id == "/index" %}
{% if page.url == "/index.md" %}
<!-- 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.id == "/index" %}
{% if page.url == "/index.md" %}
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script>
function httpGet(theUrl)