zwbetz-gh / cupper-hugo-theme

An accessibility-friendly Hugo theme, ported from the original Cupper project.
https://cupper-hugo-theme.netlify.app/
MIT License
301 stars 190 forks source link

Markup in expandable, no longer rendering #30

Closed kamaradski closed 4 years ago

kamaradski commented 4 years ago

Describe the bug As of this morning markup inside the expandable tags is no longer rendering correctly. This is observable on both the demo-site as well as my local hosted site.

To Reproduce Steps to reproduce the behaviour:

Tested:

Expected behaviour The markup inside these expandable tags to render as usual

Screenshots Chrome:
image

Firefox:
image

Desktop (please complete the following information):

Smartphone (please complete the following information):

zwbetz-gh commented 4 years ago

Good catch. This has been fixed in https://github.com/zwbetz-gh/cupper-hugo-theme/commit/eba92554484b086843e16bfeed9ceed839ab00df

The official hugo themes demo may take a few days to update, so in the meantime, verify the change here https://cupper-hugo-theme.netlify.app/cupper-shortcodes/#expandable

kamaradski commented 4 years ago

confirmed, fix worked on my own site, as soon as I re-triggered my ci/cd pipeline :) thanks!