Skip to content

Commit 8b25fd7

Browse files
committed
Update title metadata on homepage
1 parent 6705cc0 commit 8b25fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{%- elif section and section.title and section.path != "/" %}
1616
{%- set generated_title = section.title ~ " | corrode Rust Consulting" %}
1717
{%- elif section and section.path and section.path == "/" %}
18-
{%- set generated_title = "Home | corrode Rust Consulting" %}
18+
{%- set generated_title = "corrode | Friendly, Professional Rust Consulting" %}
1919
{%- else %}
2020
{%- set generated_title = "corrode Rust Consulting" %}
2121
{%- endif %}

0 commit comments

Comments
 (0)