--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### # Newsroom principles — news voice: a theme's frontmatter defaults are part # of its identity (see docs/themes.md). The company_values key is universal. company_values: - title: "Accuracy first" description: "Get it right before getting it first. Every fact is checked, every correction is published." icon: "shield-check" - title: "Independent always" description: "No advertiser, owner, or party gets a say in what we publish. Readers fund the reporting." icon: "scale-balanced" - title: "Show our work" description: "We cite sources, link documents, and explain how we know what we know." icon: "magnifying-glass" - title: "Readers before clicks" description: "We write to inform, not to bait. If a headline overpromises, we've failed." icon: "heart" --- {% comment %} NEWSFLASH TEAM — the masthead page Same data contract as classy's team index (site.team loop, member.position/ description/links, company_values, CEO-resolution Liquid for the mission attribution), presented as the newsroom: byline cards, an ink-slab charter, and principle cards. {% endcomment %}
{% uj_icon "pen-nib", "me-1" %}The masthead

The people behind the bylines

Reporters, editors, and producers — the newsroom that puts {{ site.brand.name }} out every day.

The newsroom

{% for member in site.team %}
{%- uj_member member.id, "image-tag", class="rounded-circle object-fit-cover d-block team-member-image" -%}

{%- uj_member member.id, "name" -%}

{{ member.member.position }}

{{ member.member.description }}

{% iftruthy member.member.links %}
{% for link in member.member.links %} {% assign link_icon = link.id %} {% if link.id == "website" %}{% assign link_icon = "globe" %}{% endif %} {% uj_icon link_icon, "" %} {% endfor %}
{% endiftruthy %}
{% endfor %}
{% uj_icon "quote-left", "me-1" %}The charter

Report it right. Write it sharp.

"Our job is simple to say and hard to do: find out what's true, explain why it matters, and answer to no one but the reader."

{% assign mission_member = nil %} {% for member in site.team %} {% assign position_lower = member.member.position | downcase %} {% if position_lower == "ceo" or position_lower == "chief executive officer" %} {% assign mission_member = member %} {% break %} {% endif %} {% endfor %} {% unless mission_member %} {% for member in site.team %} {% assign position_lower = member.member.position | downcase %} {% if position_lower == "owner" %} {% assign mission_member = member %} {% break %} {% endif %} {% endfor %} {% endunless %} {% unless mission_member %} {% for member in site.team %} {% assign position_lower = member.member.position | downcase %} {% if position_lower == "president" %} {% assign mission_member = member %} {% break %} {% endif %} {% endfor %} {% endunless %} {% unless mission_member %} {% assign mission_member = site.team | first %} {% endunless %} {% if mission_member %}
{%- uj_member mission_member.id, "image-tag", class="rounded-circle object-fit-cover d-block" -%}
{%- uj_member mission_member.id, "name" -%}
{{ mission_member.member.position }}
{% endif %}

How we work

{% for value in page.resolved.company_values %}
{% uj_icon value.icon %}

{{ value.title }}

{{ value.description }}

{% endfor %}
{% uj_icon "briefcase", "me-1" %}Join us

Want your name on the masthead?

We're always looking for sharp reporters, ruthless editors, and people who sweat the details.

{{ content | uj_content_format }}