Out of alignment example:

Markdown:
## Currently
- Assistant Professor
- Organizational Leadership and Information Analytics
- Leeds School of Business
- University of Colorado Boulder
Brought back (mostly) in-alignment with empty date example:

Markdown:
## Currently
` `
- Assistant Professor
- Organizational Leadership and Information Analytics
- Leeds School of Business
- University of Colorado Boulder
Adding a h2+ul rule also seems to fix it, whether or not an empty date is added:
h2+ul {
margin-top: 2px;
}