Skip to content

Commit

Permalink
fix a missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Sep 27, 2024
1 parent acbed07 commit 61bc7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _pages/pres_1990s.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ classes: wide
{% assign presentations_by_year = site.presentations | group_by_exp: "presentation", "presentation.date | date: '%Y'" | reverse %}

<h2> <a href="{{ '/presentations/' | relative_url }}" >2020-Present </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{{ '/pres_2010s/' | relative_url }}" >2010-2019</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{{ '/pres_2000s/' | relative_url }}" >2000-2009 </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1990-1999 </h2>
{% for year_group in presentations_by_year %}

{% assign year = year_group.name | plus: 0 %}
{% if year >= 1990 and year <= 1999 %}
<h3> {{ year_group.name }} </h3>
Expand Down

0 comments on commit 61bc7d7

Please sign in to comment.