Skip to content

Commit

Permalink
hide theme selector while we don't use themes
Browse files Browse the repository at this point in the history
  • Loading branch information
stragu committed Oct 14, 2024
1 parent 82ff0e1 commit 9814ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/schedule.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- Begin Schedule Section -->
<section id="schedule" class="schedule">
<div class="content-wrapper">
Filter sessions by topic: <select id="themes">
<!-- Filter sessions by topic: <select id="themes">
<option value="">Show all</option>
{% for theme in site.data.themes %}
<option value="theme_{{ theme.id }}">{{ theme.name }}</option>
{% endfor %}
</select>
</select> -->
{% for day in site.data.schedule %}
<div class="schedule-table col-lg-10 col-md-12 col-lg-offset-1">
<h4 class="schedule-table-heading">{{ day.dateReadable }}</h4>
Expand Down

0 comments on commit 9814ac5

Please sign in to comment.