You can use page.url
to check if the current page is your index page:
{% if page.url == "/index.html" %}
<h1>...</h1>
{% endif %}
You can use page.url
to check if the current page is your index page:
{% if page.url == "/index.html" %}
<h1>...</h1>
{% endif %}