Update default.html

This commit is contained in:
Puyo 2021-05-04 01:59:13 +02:00 committed by GitHub
parent b595ae543b
commit 17bf4ff5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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