Skip to content

Commit 724263b

Browse files
authored
Breadcrumb: Adjust Home to link to baseURL (#417)
1 parent 8a9b7fb commit 724263b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layouts/partials/breadcrumb.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<nav aria-label="breadcrumb" class="breadcrumb" data-grid="wide">
22
<ol class="breadcrumb">
3-
<li><a href="/" alt="NGINX Docs Home">Home</a></li>
3+
<li>
4+
<a href="{{ .Site.BaseURL }}">Home</a>
5+
</li>
46
{{- define "breadcrumb" -}}
57
{{- with .Parent -}}
68
{{- template "breadcrumb" . -}}

0 commit comments

Comments
 (0)