diff options
Diffstat (limited to 'src/index')
| -rw-r--r-- | src/index/templates.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index/templates.rs b/src/index/templates.rs index 7472fd0..a69c19a 100644 --- a/src/index/templates.rs +++ b/src/index/templates.rs @@ -105,7 +105,8 @@ pub fn channel(channel: &Channel) -> Markup { span.sent_at { "(sent_at)" } ")" } } - link rel="events" href=(format!("/{}/events", channel.id)) {} + meta name="channel" content=(channel.id) {} + link rel="events" href=(format!("/events?channel={}", channel.id)) {} } body { section class="messages" {} |
