KappaEtaKappa / KappaEtaKappa.github.io

A lightweight and responsive site for KHK - Delta Chapter
7 stars 3 forks source link

Add Officer Positions to Member Pages #16

Open JoeDailey opened 5 years ago

JoeDailey commented 5 years ago

Information like this can be added to the frontmatter of semester-pages. For example:

# _members/2019/spring.md
---
semester_index: 3
president: Matthew Kramar
# Other roles are placed here
members:
  # All other members
---

Then members_layout.html can be update to display this new information.

JoeDailey commented 5 years ago

@ajkofman, let me know if you have any questions!