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

_layouts, _staffers: Add pronouns, section, office-hours

parent 65c758ea
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,15 @@ ...@@ -13,6 +13,15 @@
{% 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 %}
<p class="text-grey-dk-000">Quiz Section: {{ page.section | markdownify | strip_html }}</p>
{% endif %}
{% if page.office-hours %}
<p class="text-grey-dk-000">Office Hours: {{ page.office-hours | markdownify | strip_html }}</p>
{% endif %}
{{ content }} {{ content }}
</div> </div>
</div> </div>
...@@ -3,7 +3,7 @@ name: Evil Kevin ...@@ -3,7 +3,7 @@ name: Evil Kevin
role: Teaching Assistant role: Teaching Assistant
email: me@example.com email: me@example.com
website: https://kevinl.info website: https://kevinl.info
photo: https://kevinl.info/assets/images/me.png photo: /assets/images/me.png
--- ---
I like teaching Computer Science! I like teaching Computer Science!
...@@ -3,7 +3,7 @@ name: Kevin Lin ...@@ -3,7 +3,7 @@ name: Kevin Lin
role: Instructor role: Instructor
email: me@example.com email: me@example.com
website: https://kevinl.info website: https://kevinl.info
photo: https://kevinl.info/assets/images/me.png photo: /assets/images/me.png
--- ---
[Schedule an appointment](#){: .btn .btn-outline } [Schedule an appointment](#){: .btn .btn-outline }
...@@ -3,7 +3,7 @@ name: More Evil Kevin ...@@ -3,7 +3,7 @@ name: More Evil Kevin
role: Teaching Assistant role: Teaching Assistant
email: me@example.com email: me@example.com
website: https://kevinl.info website: https://kevinl.info
photo: https://kevinl.info/assets/images/me.png photo: /assets/images/me.png
--- ---
I like teaching Computer Science! I like teaching Computer Science!
...@@ -3,7 +3,7 @@ name: Really Evil Kevin ...@@ -3,7 +3,7 @@ name: Really Evil Kevin
role: Teaching Assistant role: Teaching Assistant
email: me@example.com email: me@example.com
website: https://kevinl.info website: https://kevinl.info
photo: https://kevinl.info/assets/images/me.png photo: /assets/images/me.png
--- ---
I like teaching Computer Science! I like teaching Computer Science!
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