Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Add room letters
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Apr 19, 2019
1 parent e6d1b64 commit 5c2bffe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions data/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,53 +96,53 @@
date: April 22
items:
- title: Introduction to IoT using Blynk, Rust and your Smartphone
room: 1
room: A
start: 09:00
end: 12:00
- title: Rust at Cryptape
room: 2
room: B
start: 09:00
end: 12:00
- title: RustBridge
room: 3
room: C
start: 10:00
end: 18:00
- title: WebAssembly with wasm-bindgen
room: 1
room: A
start: 13:00
end: 17:00
- title: Rapid Development of RESTful microservices using actix-web and diesel
room: 2
room: B
start: 13:00
end: 17:00
- day: 4
date: April 23
items:
- title: Build a Secure and Trusted Framework in Rust
room: 1
room: A
start: 09:00
end: 12:00
- title: Thinking In Rust
room: 2
room: B
start: 09:00
end: 12:00
- title: Learning Rust FFI
room: 3
room: C
start: 09:00
end: 10:30
- title: Building a simple RESP parser
room: 3
room: C
start: 10:30
end: 12:00
- title: Integrate rust-prometheus into your application
room: 1
room: A
start: 13:00
end: 17:00
- title: Build a Decentralized app on Blockstack Chain V2
room: 2
room: B
start: 13:00
end: 17:00
- title: Building a blockchain using Rust with Parity Substrate
room: 3
room: C
start: 13:00
end: 17:00
2 changes: 1 addition & 1 deletion layouts/shortcodes/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Day {{ $idx.day }}: {{ $idx.date }}</h1>
<td>{{ $slot.start }}</td>
<td>{{ $slot.end }}</td>
<td>
<h4>{{ $slot.title }}</h4>
<h4>{{ $slot.title }} {{ if $slot.room }} - Room {{ $slot.room }}{{ end }}</h4>
</td>
</tr>
{{ if $talk.abstract }}
Expand Down

0 comments on commit 5c2bffe

Please sign in to comment.