Skip to content

Commit 17d8ffb

Browse files
committed
Reorder nav by commitment gradient; tidy mentorship/why-rust copy
1 parent d4ffa59 commit 17d8ffb

3 files changed

Lines changed: 13 additions & 26 deletions

File tree

content/blog/why-rust/index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -662,19 +662,6 @@ essential.
662662

663663
{{ next_steps(context="Weighing whether Rust is the right choice for your organization?") }}
664664

665-
{% info(title="Rust in Production Podcast", icon="radio") %}
666-
Real-world experiences are the best way to learn about the benefits and
667-
challenges of a technology. That's why we started <a href="/podcast">Rust in Production</a>, a
668-
podcast about companies that bet big on Rust.
669-
670-
Listen to the first-hand accounts from decision-makers about why they chose Rust and how it
671-
impacted their business.
672-
Each episode is a deep dive into the motivations, challenges, and lessons learned
673-
from adopting Rust in production by companies that shape the future of infrastructure.
674-
675-
<a href="/podcast">More information here</a>.
676-
{% end %}
677-
678665
## Talks
679666

680667
* <a href="https://www.youtube.com/watch?v=DnT-LUQgc7s" target="_blank">Considering Rust &mdash; Jon Gjengset, 2020</a>

content/mentorship/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ We'll work on what matters to you: whether that's language fundamentals, systems
307307
},
308308
{
309309
"q": "What if I can't make a scheduled session?",
310-
"a": "Life happens. Just let me know and we'll move your session to another slot. Sessions in the Pack are valid for 3 months, and Deep Dive sessions for 6 months, so there's plenty of flexibility."
310+
"a": "Life happens. Just let me know and we'll move your session to another slot. The 5-session block is valid for 3 months, and the 10-session block for 6 months, so there's plenty of flexibility."
311311
},
312312
{
313313
"q": "How do I know you're the right mentor?",

templates/snippets/nav.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
href="{{ config.base_url ~ '/' }}"><span>Home</span>
3636
</a>
3737
</li>
38+
<li>
39+
<a {% if current_path and current_path is starting_with("/blog") %} class="nav-item active" {% else %} class="nav-item" {% endif %}
40+
href="{{ config.base_url ~ '/blog' }}">
41+
<span>Blog</span>
42+
</a>
43+
</li>
44+
<li>
45+
<a {% if current_path and current_path is containing("/podcast") %} class="nav-item active" {% else %} class="nav-item" {% endif %}
46+
href="{{ config.base_url ~ '/podcast' }}">
47+
<span>Podcast</span>
48+
</a>
49+
</li>
3850
<li>
3951
<a {% if current_path and current_path is starting_with("/learn/migration-guides") %} class="nav-item active" {% else %} class="nav-item" {% endif %}
4052
href="{{ config.base_url ~ '/learn/migration-guides' }}">
@@ -53,18 +65,6 @@
5365
<span>Mentorship</span>
5466
</a>
5567
</li>
56-
<li>
57-
<a {% if current_path and current_path is starting_with("/blog") %} class="nav-item active" {% else %} class="nav-item" {% endif %}
58-
href="{{ config.base_url ~ '/blog' }}">
59-
<span>Blog</span>
60-
</a>
61-
</li>
62-
<li>
63-
<a {% if current_path and current_path is containing("/podcast") %} class="nav-item active" {% else %} class="nav-item" {% endif %}
64-
href="{{ config.base_url ~ '/podcast' }}">
65-
<span>Podcast</span>
66-
</a>
67-
</li>
6868
<li>
6969
<a href="{{ config.base_url ~ '/services' }}" class="cta-button">
7070
<span>Consulting</span>

0 commit comments

Comments
 (0)