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 1dfe39b commit b92054cCopy full SHA for b92054c
layouts/home.html
@@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
6
</div>
7
<div class="col-lg-9 col-xl-8 text-center">
8
<p class="lead">{{ .Params.lead | safeHTML }}</p>
9
- <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/example-guide/" role="button">{{ i18n "get_started" }}</a>
+ <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="{{ .Site.BaseURL }}docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/example-guide/" role="button">{{ i18n "get_started" }}</a>
10
{{ .Content }}
11
12
0 commit comments