Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

File metadata and controls

19 lines (14 loc) · 1.11 KB
description
A portrait for a team member, with image, link, name, and role

Portrait

👁️ PREVIEW

Typically you'd use this with the list component, which would automatically read from members and pass this component the parameters. But you can also use it stand-alone to manually display individual members:

{%
  include portrait.html
  lookup="tim-member"
  style="small"
%}
ParameterDescription
lookupLookup member details from members by filename, without the .md extension.
styleVisual style of the portrait. Set to small to make it a bit smaller, or set to tiny to make it very small and horizontal layout.
name / etc.The same parameters outlined in team members. Retrieved from lookup, or passed automatically from list component.