Strip personal data from templates so the theme ships clean for any deployer. Collection pages now use generatePageOnEmptyData so empty post types show encouraging placeholders instead of 404s. Navigation is conditional on enabled post types and installed plugins. Sidebar widgets split into individual components with plugin-aware visibility. Slashes page explains required plugins for root-level page creation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
{# Author Card Widget - includes the canonical h-card component #}
|
|
<div class="widget">
|
|
{% include "components/h-card.njk" %}
|
|
</div>
|