Update default.html
This commit is contained in:
parent
f859b0084d
commit
74734b95e4
@ -50,7 +50,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
{% include header.html %}<br>
|
{% include header.html %}<br>
|
||||||
{% if page.name == "index.md" %}
|
{% if page.id == "/index" %}
|
||||||
<!-- 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.name == "index.md" %}
|
{% if page.id == "/index" %}
|
||||||
<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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user