Skip to content

Commit

Permalink
Merge branch 'main' into main-his-a11y-0-2-alt
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 1, 2024
2 parents b91cbce + e6bbfa1 commit d46ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="preconnect" href="https://{{ .Site.Params.algolia.appId | lower }}-dsn.algolia.net" crossorigin>
{{- end }}

<title>{{ if .IsHome }}{{ .Site.Title | markdownify }} · {{ .Site.Params.subtitle | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}{{ end }}</title>
<title>{{ if .IsHome }}{{ .Site.Title | markdownify }} homepage · {{ .Site.Params.subtitle | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}{{ end }}</title>

{{ with .Params.robots -}}
<meta name="robots" content="{{ . }}">
Expand Down

0 comments on commit d46ef21

Please sign in to comment.