Skip to content

Commit 87f0516

Browse files
committed
Remove site.url from first breadcrumb link
Fixes mmistakes#3050
1 parent 3c075fe commit 87f0516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/breadcrumbs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% for crumb in crumbs offset: 1 %}
2020
{% if forloop.first %}
2121
<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>
22+
<a href="{{ site.baseurl }}/" itemprop="item"><span itemprop="name">{{ site.data.ui-text[site.locale].breadcrumb_home_label | default: "Home" }}</span></a>
2323
<meta itemprop="position" content="{{ i }}" />
2424
</li>
2525
<span class="sep">{{ site.data.ui-text[site.locale].breadcrumb_separator | default: "/" }}</span>

0 commit comments

Comments
 (0)