Skip to content

Commit 4887f7e

Browse files
committed
chore: update template + members count
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent f300399 commit 4887f7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ github_repo = "https://github.com/AeroRust/aerorust.github.io"
1818
github_propose_blog_post = "https://github.com/AeroRust/AeroRust.github.io/issues/new?assignees=&labels=blog-post&template=featured-blog-post.md&title=%5BBlog+post%5D"
1919
github_org = "https://github.com/AeroRust"
2020
discord_invite = "https://discord.gg/6wFvsFWfnu"
21-
discord_members_count = "500+"
21+
discord_members_count = "560+"
2222
rustlang_website = "https://rust-lang.org"
2323
twitter_username = "@AeroRust"
2424
twitter_url = "https://twitter.com/AeroRust"
@@ -30,6 +30,6 @@ google_tag = "G-NSCZ6RQFN6"
3030
title = "Welcome to AeroRust (ÄR) - Your launchpad to space"
3131
description = """
3232
We build the Open-source ecosystem of Rust for aerospace applications.
33-
With more than 500 members and multiple projects in the aerospace domain:
33+
With more than 560 members and multiple projects in the aerospace domain:
3434
drones, maritime, "Are we in space yet?" crates catalogue and more.
3535
"""

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% endblock %}
99

1010
{% block content %}
11-
<div class="col-xxl-8 py-4 text-gray-300">
11+
<div class="container py-4 text-gray-300">
1212
<div class="row flex-lg-row-reverse align-items-center g-5">
1313
<div class="col-10 col-sm-12 col-lg-6 mx-auto">
1414
<img src="{{ get_url(path="images/aerorust-ferris.png") }}" class="d-block img-fluid"

0 commit comments

Comments
 (0)