--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### --- {% comment %} NEWSFLASH TEAM MEMBER — the byline page Same data contract as classy's member page (page.member.id/position/links/ description/location/joined/skills/hobbies + page content as the bio), presented as a reporter profile: byline head, beat facts, and the bio. {% endcomment %}
{%- uj_member page.member.id, "image-tag", class="rounded-circle object-fit-cover team-member-image" -%}
{{ page.member.position }}

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

{% iftruthy page.member.description %}

{{ page.member.description }}

{% endiftruthy %} {% iftruthy page.member.links %}
{% for link in page.member.links %} {% assign link_icon = link.id %} {% if link.id == "website" %}{% assign link_icon = "globe" %}{% endif %} {% uj_icon link_icon, "" %} {% endfor %}
{% endiftruthy %}
{% iftruthy page.member.location %}
{% uj_icon "map-marker-alt" %} Based in

{{ page.member.location }}

{% endiftruthy %} {% iftruthy page.member.joined %}
{% uj_icon "calendar" %} On the masthead since

{{ page.member.joined | date: "%B %Y" }}

{% endiftruthy %} {% iftruthy page.member.skills %}
{% uj_icon "briefcase" %} The beat

{{ page.member.skills | join: ", " }}

{% endiftruthy %} {% iftruthy page.member.hobbies %}
{% uj_icon "heart" %} Off the clock

{{ page.member.hobbies | join: ", " }}

{% endiftruthy %}
{%- capture member_name -%}{%- uj_member page.member.id, "name" -%}{%- endcapture -%} {%- assign first_name = member_name | split: ' ' | first -%}

About {{ first_name }}

{{ content | uj_content_format }}
{% uj_icon "arrow-left", "me-2" %}Back to the newsroom