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 8a9b7fb commit 724263bCopy full SHA for 724263b
layouts/partials/breadcrumb.html
@@ -1,6 +1,8 @@
1
<nav aria-label="breadcrumb" class="breadcrumb" data-grid="wide">
2
<ol class="breadcrumb">
3
- <li><a href="/" alt="NGINX Docs Home">Home</a></li>
+ <li>
4
+ <a href="{{ .Site.BaseURL }}">Home</a>
5
+ </li>
6
{{- define "breadcrumb" -}}
7
{{- with .Parent -}}
8
{{- template "breadcrumb" . -}}
0 commit comments