We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c075fe commit 0491cd3Copy full SHA for 0491cd3
_includes/breadcrumbs.html
@@ -19,7 +19,8 @@
19
{% for crumb in crumbs offset: 1 %}
20
{% if forloop.first %}
21
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
22
- <a href="{{ site.url }}{{ site.baseurl }}/" itemprop="item"><span itemprop="name">{{ site.data.ui-text[site.locale].breadcrumb_home_label | default: "Home" }}</span></a>
+ <a href="{{ '/' | relative_url }}" itemprop="item"><span itemprop="name">{{ site.data.ui-text[site.locale].breadcrumb_home_label | default: "Home" }}</span></a>
23
+
24
<meta itemprop="position" content="{{ i }}" />
25
</li>
26
<span class="sep">{{ site.data.ui-text[site.locale].breadcrumb_separator | default: "/" }}</span>
0 commit comments