Skip to content

Commit

Permalink
fix typo in index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Bernal <[email protected]>
  • Loading branch information
jgbernalp committed Jan 18, 2024
1 parent 54a1ee8 commit 70753be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>{{ .Title }}</h1>
<p class="lead">{{ .Params.lead | safeHTML }}</p>
<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 }}prologue/introduction.md/"
role="button">Getting Start</a>
role="button">Getting Started</a>
{{ .Content }}
</div>
</div>
Expand Down Expand Up @@ -66,4 +66,4 @@ <h2 class="mt-2">Start building with Doks today</h2>
</div>
</section>
{{ end -}}
{{ end }}
{{ end }}

0 comments on commit 70753be

Please sign in to comment.