Skip to content

Commit b06f8d5

Browse files
authored
Merge pull request #506 from Zexbe/fix-inline-header
Fix h3 on blog posts
2 parents 275d195 + 15790c7 commit b06f8d5

6 files changed

+4
-10
lines changed

posts/inside-rust/2019-10-15-compiler-team-meeting.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Each week, we have general announcements from the team followed by check-ins fro
2626

2727
## Working group sync
2828

29-
<br/>
30-
3129
### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/)
3230

3331
`wg-learning` aims to make the compiler easier to learn by ensuring that rustc-guide and api docs are “complete”.

posts/inside-rust/2019-10-21-compiler-team-meeting.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Each week, we have general announcements from the team followed by check-ins fro
2727

2828
## Working group sync
2929

30-
<br/>
31-
3230
### [wg-mir-opt](https://rust-lang.github.io/compiler-team/working-groups/mir-opt/)
3331

3432
- [@wesleywiser] Moved promoted MIR out of `mir::Body` [#63580](https://github.com/rust-lang/rust/pull/63580)

posts/inside-rust/2019-10-30-compiler-team-meeting.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Each week, we have general announcements from the team followed by check-ins fro
1616

1717
## Working group sync
1818

19-
<br/>
20-
2119
### [wg-nll](https://rust-lang.github.io/compiler-team/working-groups/nll/)
2220

2321
- Rust 1.40 (current nightly) will be the first stable release without the HIR borrow checker.

posts/inside-rust/2019-11-07-compiler-team-meeting.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Rust 1.39 ships on Thursday!
1818

1919
## Working group sync
2020

21-
<br/>
22-
2321
### [wg-pgo](https://rust-lang.github.io/compiler-team/working-groups/pgo/)
2422

2523
- PGO is available in the stable compiler. Docs are in the rustc-guide and the rustc-book

posts/inside-rust/2019-11-11-compiler-team-meeting.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Each week, we have general announcements from the team followed by check-ins fro
2020

2121
## Working group sync
2222

23-
<br/>
24-
2523
### [wg-polonius]
2624

2725
We ran out of time this week to have a check-in from this working group.

src/styles/app.scss

+4
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ h3, .post h2, header h2 {
251251
h2 {
252252
font-size: 2em;
253253
}
254+
255+
h3 {
256+
display: block;
257+
}
254258

255259
img {
256260
display: block;

0 commit comments

Comments
 (0)