Skip to content

Commit

Permalink
d07536f7f6f5d66da25bbae19b33364356c65245
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 14, 2024
1 parent 8aa5cb0 commit 7eeeca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/about/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Community members have translated Bootstrap's documentation into various languag
{{< translations.inline >}}
<ul>
{{ range .Site.Data.translations -}}
<li><a href="{{ .url }}" hreflang="{{ .code }}">{{ .description }} ({{ .name }})</a></li>
<li><a href="{{ .url }}" hreflang="{{ .code }}" lang="{{ .code }}">{{ .description }} ({{ .name }})</a></li>
{{ end -}}
</ul>
{{< /translations.inline >}}
Expand Down

0 comments on commit 7eeeca5

Please sign in to comment.