Skip to content

Commit

Permalink
fix(faq): use the same anchorize function (linkerd#1004)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Heneise <[email protected]>
  • Loading branch information
PatrickHeneise authored Mar 21, 2021
1 parent 736ec1d commit 2b039bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/layouts/partials/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="title is-1 has-text-color">{{ .page.Title }}</h1>
<ul>
{{ range .page.Params.faqs}}
<li>
<a href="#{{ .question | urlize }}">{{ .question }}</a>
<a href="#{{ .question | anchorize }}">{{ .question }}</a>
</li>
{{ end}}
</ul>
Expand Down

0 comments on commit 2b039bb

Please sign in to comment.