We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6705cc0 commit 8b25fd7Copy full SHA for 8b25fd7
1 file changed
templates/base.html
@@ -15,7 +15,7 @@
15
{%- elif section and section.title and section.path != "/" %}
16
{%- set generated_title = section.title ~ " | corrode Rust Consulting" %}
17
{%- elif section and section.path and section.path == "/" %}
18
- {%- set generated_title = "Home | corrode Rust Consulting" %}
+ {%- set generated_title = "corrode | Friendly, Professional Rust Consulting" %}
19
{%- else %}
20
{%- set generated_title = "corrode Rust Consulting" %}
21
{%- endif %}
0 commit comments