Skip to content

Commit

Permalink
_layouts: Do not generate anchor headings for schedule days
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Jul 3, 2023
1 parent 144c5ba commit 6aba3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ul class="schedule-group">
{% for day in page.schedule %}
<li class="schedule-day">
<h2 class="schedule-header">{{ day.name }}</h2>
<h2 class="schedule-header no_anchor">{{ day.name }}</h2>
{% if day.events %}
<ul class="schedule-events" style="height: {{ page.timeline | size | times: 40 }}px">
{% for event in day.events %}
Expand Down

0 comments on commit 6aba3d3

Please sign in to comment.