Skip to content

Commit f86260f

Browse files
authored
Comment out pretalx-widget inclusion in program.html
Comment out the inclusion of the pretalx-widget.
1 parent ef7be14 commit f86260f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_pages/program.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
{% assign talks_by_date = sorted_talks | group_by_exp: "talk", "talk.starttime | date: '%Y-%m-%d'" %}
172172
{% assign current_year = site.current_year %}
173173

174-
{% include pretalx-widget.html %}
174+
<!-- {% include pretalx-widget.html %}-->
175175

176176
{% for date in talks_by_date %}
177177
{% if date.name contains current_year %}

0 commit comments

Comments
 (0)