{{ content | prepend: "Short Bio: "}}
Contribution: {% assign contributions = site.definitions | where: 'contributor', page.username %} {% assign contributions_size = contributions | size %} {% assign emendations = site.definitions | where_exp: 'item', 'item.updated_by contains page.username' %} {% assign emendations_size = emendations | size %} {%- if contributions_size >= 1 or emendations_size >= 1 -%} {{ page.name }} has {% if contributions_size >=1 %} added {{ contributions_size }} definition {%- if contributions_size > 1 -%} s {%- endif -%} to the Lexicon {%- if emendations_size >=1 -%} , {%- else -%} . {%- endif -%} {% endif %} {% if contributions_size >= 1 and emendations_size >= 1 %} and {% endif %} {%- if emendations_size >=1 -%} edited {{ emendations_size }} definition {%- if emendations_size > 1 -%} s {%- endif -%} . {%- endif -%} {%- endif -%} {{ page.name | split: " " | first }} started contributing to the Lexicon in {{ page.joined | date: "%B %Y" }}.