Update default.html

This commit is contained in:
Puyo 2021-05-11 21:45:09 +02:00 committed by GitHub
parent 24b7d48347
commit 42aa51009d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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