In door/quartz.layout.ts, Component.TagList() was moved from defaultContentPageLayout.beforeBody (which renders in the page header area) to sharedPageComponents.afterBody (which renders below the article content, after an <hr>).

The move required targeting sharedPageComponents rather than defaultContentPageLayout because afterBody belongs to the SharedLayout type, not PageLayout.