diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index a8566b6..6949c55 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -28,6 +28,7 @@ params: search: true showThemeSwitcher: true moveFooterToHeader: false + logoAlt: "An alternative text description of the logo" customCss: - css/custom_01.css - css/custom_02.css diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 05f45c8..245d510 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,7 +6,9 @@ href="{{ .Site.BaseURL }}" aria-label="{{ .Site.Title }} home page" > - + {{ .Site.Params.logoAlt | default

{{ with .Site.Params.description }} {{ . | markdownify }} {{ end }}