diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 0442be8e26..921c080415 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -28,7 +28,7 @@ This document shows you what's new in the latest release. For a detailed list of ```` -- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the [`expand` shortcode]({{% relref "shortcodes/expand" %}}) was changed. The functionality of the new implementation does not work with old browsers (Internet Explorer 11). +- {{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the [`expand` shortcode]({{% relref "shortcodes/expand" %}}) was changed. While Internet Explorer 11 has issues in displaying it, the functionality still works. - {{% badge style="note" title=" " %}}Change{{% /badge %}} The JavaScript code for handling image lightboxes (provided by [Featherlight](https://noelboss.github.io/featherlight)) was replaced by a CSS-only solution. diff --git a/exampleSite/content/shortcodes/expand.en.md b/exampleSite/content/shortcodes/expand.en.md index 542a91f330..537bdb48a7 100644 --- a/exampleSite/content/shortcodes/expand.en.md +++ b/exampleSite/content/shortcodes/expand.en.md @@ -8,7 +8,7 @@ The `expand` shortcode displays an expandable/collapsible section of text. {{% expand title="Expand me..." %}}Thank you!{{% /expand %}} {{% notice note %}} -This only works in modern browsers. +This only works in modern browsers flawlessly. While Internet Explorer 11 has issues in displaying it, the functionality still works. {{% /notice %}} ## Usage diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 59adba2af0..fd785b1c34 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -72,7 +72,7 @@ {{- else }} {{- with ($.Scratch.Get "relearnNextPage") }} - + {{- end }} {{- end }} @@ -81,18 +81,18 @@ {{- else if or (ne $outputFormat "html") (eq .Page.Kind "taxonomy") (eq .Page.Kind "term") (not (and $ispublished ($.Scratch.Get "relearnPrevPage"))) }} {{- with .Site.Home }} - + {{- end }} {{- else }} {{- with ($.Scratch.Get "relearnPrevPage") }} - + {{- end}} {{- end}} {{- end }} {{- with and (eq $outputFormat "html") (.OutputFormats.Get "PRINT") }} @@ -100,7 +100,7 @@ {{- if and (eq $outputFormat "html") .Site.Params.editURL $File }} {{- with $File.Path }} @@ -112,7 +112,7 @@ {{- $toc := and $hastoc (not $currentDisableToc) (eq $outputFormat "html") }}