- Issue created by @mandclu
For articles, an empty shaded rectangle is visible above the content:
Looking at the page source, we can see a set of empty markup in there:
After installing Event Platform and Event Horizon, create an article.
The markup seems to come from templates/user/user--compact.html.twig
, so this template should be updated in a few ways:
- add conditions around the output of the div wrappers for
, and
Active
1.0
Code