Update default.html
This commit is contained in:
parent
734fa3d939
commit
ea79b93494
@ -51,7 +51,7 @@
|
|||||||
<section id="content">
|
<section id="content">
|
||||||
|
|
||||||
{% if page.name == "index.md" %}
|
{% if page.name == "index.md" %}
|
||||||
<!-- idk lol -->
|
{% include_relative ../README.md %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -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.name == "your_mom.md" %}
|
||||||
<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