Update default.html

This commit is contained in:
Puyo
2021-05-04 01:59:13 +02:00
committed by GitHub
parent b595ae543b
commit 17bf4ff5ea

View File

@ -51,7 +51,7 @@
<section>
{% if page.name == "index.md" %}
{% include {{ replace_index_with }} %}
{% include {{ site.replace_index_with }} %}
{% else %}
{{ content }}
{% endif %}