Update default.html
This commit is contained in:
parent
f859b0084d
commit
74734b95e4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user