diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 6018fdab52..f02cb0d946 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -24,8 +24,6 @@ This document shows you what's new in the latest release. For a detailed list of This also changed the [lightbox effects]({{% relref "cont/markdown#lightbox" %}}) parameter from `featherlight=false` to `lightbox=false`. Nevertheless you don't need to change anything as the old name will be used as a fallback. - As a further advantage, the image inside the lightbox now has its own URL and is therefore linkable. - - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} [GitHub releases](https://github.com/McShelby/hugo-theme-relearn/tags) are also now tagged for the main version (eg. `1.2.x`) and major version (eg. `1.x`) making it easier for you to pin the theme to a certain version. - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation for Czech. diff --git a/layouts/partials/shortcodes/image.html b/layouts/partials/shortcodes/image.html index 6b3aa9f291..6b15a9db43 100644 --- a/layouts/partials/shortcodes/image.html +++ b/layouts/partials/shortcodes/image.html @@ -35,12 +35,12 @@ {{- end }} {{- $id := partial "make-random-md5.hugo" }} {{- if $lightbox }} - + {{- end }} {{ $alt }} {{- if $lightbox }} - + {{ $alt }} {{- end }} \ No newline at end of file