We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f04ea commit f537f28Copy full SHA for f537f28
_includes/header.html
@@ -8,7 +8,11 @@
8
</clipPath>
9
</defs>
10
</svg>
11
- <a href="../" target="_self"><img class="headerIcon" src="{{ site.app_icon }}"></a>
+ {% if page.url != '/' %}
12
+ <a href="../" target="_self"><img class="headerIcon" src="{{ site.app_icon }}"></a>
13
+ {% else %}
14
+ <img class="headerIcon" src="{{ site.app_icon }}">
15
+ {% endif %}
16
</div>
17
<p class="headerName">{{ site.app_name }}</p>
18
0 commit comments