Skip to content
Snippets Groups Projects
Commit 339bc380 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_layouts, _sass: Inline pronouns next to name

parent 4d6ff973
No related branches found
No related tags found
No related merge requests found
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
{% else %} {% else %}
{{ page.name }} {{ page.name }}
{% endif %} {% endif %}
{% if page.pronouns %}
<span class="staffer-pronouns">{{ page.pronouns }}</span>
{% endif %}
</h3> </h3>
{% if page.email %} {% if page.email %}
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p> <p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
{% endif %} {% endif %}
{% if page.pronouns %}
<p>Pronouns: {{ page.pronouns }}</p>
{% endif %}
{% if page.section %} {% if page.section %}
<p class="text-grey-dk-000">Quiz Section: {{ page.section | markdownify | strip_html }}</p> <p class="text-grey-dk-000">Quiz Section: {{ page.section | markdownify | strip_html }}</p>
{% endif %} {% endif %}
......
...@@ -19,3 +19,7 @@ ...@@ -19,3 +19,7 @@
.staffer-name { .staffer-name {
margin: $sp-1; margin: $sp-1;
} }
.staffer-pronouns {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment