The grass block icon that shows at the end of an article on minecraft.net doesn't show up in the correct places since the CSS selector is incorrect. It seems like it only places the icon behind the last <p>
element inside of any element, not inside of the article.
Example: https://www.minecraft.net/en-us/article/minecraft-java-edition-1-15-2
Current CSS:
GridColumn.text:last-child .end-with-block h1:last-child::after, .aem-GridColumn.text:last-child .end-with-block p:last-child::after
It looks like that there are no grass blocks after articles at all now 😞