diff --git a/content/news/2023-10-21-bevy-0.12/cover.gif b/content/news/2023-10-21-bevy-0.12/cover.gif new file mode 100644 index 0000000000..6e84a52e05 Binary files /dev/null and b/content/news/2023-10-21-bevy-0.12/cover.gif differ diff --git a/content/news/2023-10-21-bevy-0.12/index.md b/content/news/2023-10-21-bevy-0.12/index.md index 840eaa010f..dc4753e8e4 100644 --- a/content/news/2023-10-21-bevy-0.12/index.md +++ b/content/news/2023-10-21-bevy-0.12/index.md @@ -3,6 +3,11 @@ title = "Bevy 0.12" date = 2023-10-21 [extra] author = "Bevy Contributors" +image = "cover.gif" +show_image = true +image_subtitle = "A relaxing 'tiny planet' city builder by Jos Feenstra (made with Bevy)" +image_subtitle_link = "https://twitter.com/i_am_feenster" + +++ Thanks to **X** contributors, **X** pull requests, community reviewers, and our [**generous sponsors**](/community/donate), we're happy to announce the **Bevy 0.12** release on [crates.io](https://crates.io/crates/bevy)! diff --git a/sass/pages/_news.scss b/sass/pages/_news.scss index 1a0a14c807..635ddd5072 100644 --- a/sass/pages/_news.scss +++ b/sass/pages/_news.scss @@ -49,5 +49,6 @@ color: $subtitle-color; font-style: italic; font-size: 1.0rem; - margin-top: -0.5rem; + margin-top: -0.3rem; + text-align: center; } \ No newline at end of file