Skip to content

Commit 3f10116

Browse files
committed
Fix schedule for IN
Signed-off-by: Josef Ridky <jridky@redhat.com>
1 parent f04ab3d commit 3f10116

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build_production/cz/blog/feed.atom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>DevConf.CZ Blog</title>
44
<link href="/blog" />
55
<link type="application/atom+xml" rel="self" href="/cz/blog/feed.atom" />
6-
<updated>2026-01-15T12:36:43+00:00</updated>
6+
<updated>2026-01-15T12:42:39+00:00</updated>
77
<id>/cz/blog/feed.atom</id>
88
<author>
99
<name>Josef Ridky &lt;jridky@redhat.com&gt;</name>

build_production/in/schedule/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<section class="mx-auto mb-5">
8989

9090
<script type="text/javascript" src="https://pretalx.devconf.info/devconf-in-2026/widgets/schedule.js"></script>
91-
<pretalx-schedule event-url="https://pretalx.devconf.info/devconf-in-2026/schedule/" locale="en" format="grid" style="--pretalx-clr-primary: #8E83E4"></pretalx-schedule>
91+
<pretalx-schedule event-url="https://pretalx.devconf.info/devconf-in-2026/" locale="en" format="grid" style="--pretalx-clr-primary: #8E83E4"></pretalx-schedule>
9292
<noscript>
9393
<div class="pretalx-widget">
9494
<div class="pretalx-widget-info-message">

source/in/schedule.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<section class="mx-auto mb-5">
5656

5757
<script type="text/javascript" src="https://pretalx.devconf.info/devconf-in-2026/widgets/schedule.js"></script>
58-
<pretalx-schedule event-url="https://pretalx.devconf.info/devconf-in-2026/schedule/" locale="en" format="grid" style="--pretalx-clr-primary: #8E83E4"></pretalx-schedule>
58+
<pretalx-schedule event-url="https://pretalx.devconf.info/devconf-in-2026/" locale="en" format="grid" style="--pretalx-clr-primary: #8E83E4"></pretalx-schedule>
5959
<noscript>
6060
<div class="pretalx-widget">
6161
<div class="pretalx-widget-info-message">

0 commit comments

Comments
 (0)