--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base asset_path: blog/post ### THEME CONFIG ### theme: post: image: class: "img-fluid rounded-3 w-100 my-5" ### WEB MANAGER CONFIG ### web_manager: socialSharing: enabled: true ### PAGE CONFIG ### author_section: author_position: "Staff Writer" related_posts: headline: "Read" headline_accent: "next" limit: 3 newsletter: superheadline: icon: "envelope" text: "Newsletter" headline: "Stay in the" headline_accent: "loop" subheadline: "Join our newsletter and get resources, curated content, and inspiration delivered straight to your inbox." button: text: "Submit" form: placeholder: "jonsnow@gmail.com" --- {% comment %} NEWSFLASH BLOG POST The editorial article: a reading-progress bar, centered article head (kicker, serif display headline, byline row with share buttons), framed hero image, drop-cap body with serif crossheads and volt highlights, tag pills, a framed author card, comments, read-next tiles, and the vermilion newsletter slab. Preserves classy's contracts: asset_path blog/post, the load-bearing .blog-post-content class (main-layer ad injection), the data-social-share div, giscus + adsense includes, author_section / related_posts / newsletter frontmatter. {% endcomment %}
{% if page.post.categories[0] %} {{ page.post.categories[0] | uj_title_case }} {% else %} Dispatch {% endif %}

{{ page.post.title }}

{%- uj_member page.post.author, "image-tag", class="rounded-circle" -%}
{%- uj_member page.post.author, "name" -%} {% iftruthy page.resolved.author_section.author_position %} {{ page.resolved.author_section.author_position }} · {% endiftruthy %}
{% uj_readtime content %} min read
{%- uj_post page.post.id, "image-tag", class="w-100 blog-post-image" -%}
{{ content | uj_content_format }}
{% include /modules/adunits/adsense.html type="in-article" %}
{% assign tags = '' | split: ',' %} {% for tag in page.post.tags %} {% assign tag_fixed = tag | uj_title_case %} {% unless tags contains tag_fixed %} {% assign tags = tags | push: tag_fixed %} {% endunless %} {% endfor %} {% for tag in tags %} {% uj_icon "tag", "me-1" %}{{ tag }} {% endfor %}
{%- uj_member page.post.author, "name" -%}
{% iftruthy page.resolved.author_section.author_position %}
{{ page.resolved.author_section.author_position }}
{% endiftruthy %} More from this author {% uj_icon "arrow-right", "ms-1" %}
{%- include modules/engagement/giscus.html -%}

{{ page.resolved.related_posts.headline }} {% iftruthy page.resolved.related_posts.headline_accent %} {{ page.resolved.related_posts.headline_accent }} {% endiftruthy %}

View all {% uj_icon "arrow-right", "ms-1" %}
{% assign count = 0 %} {% assign limit = page.resolved.related_posts.limit | default: 3 %} {% for post in site.posts %} {% if count < limit %} {% if post.id != page.post.id %} {% assign count = count | plus: 1 %} {% endif %} {% endif %} {% endfor %}
{% iftruthy page.resolved.newsletter.superheadline.text %} {% iftruthy page.resolved.newsletter.superheadline.icon %} {% uj_icon page.resolved.newsletter.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.newsletter.superheadline.text }} {% endiftruthy %} {% iftruthy page.resolved.newsletter.headline %}

{{ page.resolved.newsletter.headline }} {% iftruthy page.resolved.newsletter.headline_accent %} {{ page.resolved.newsletter.headline_accent }} {% endiftruthy %}

{% endiftruthy %} {% iftruthy page.resolved.newsletter.subheadline %}

{{ page.resolved.newsletter.subheadline }}

{% endiftruthy %}