Hey, all! I’ve created an HTML template for emails, and it works great with one exception: It won’t automatically include the publish date.
The idea is that the date will be added based on when it will be sent to our members — seems pretty simple. I’ve added what I thought was the correct tag to the HTML/HubL template, which is basically our tagline and the date:
<p class="date">The Voice for Pharmacy Compounding • {{ content.publish_date_localized }}</p>
For whatever reason, it doesn’t add the date. Other tokens, like {{ site_settings.company_state }} work just fine.
Any ideas? Thanks!