Skip to content

Commit 3823571

Browse files
committed
chore: test new title system
1 parent ff2f1e9 commit 3823571

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_includes/head.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@
5050

5151
{{ seo_tags }}
5252

53-
<title>
54-
{%- unless page.layout == 'home' -%}
55-
{{ page.title | append: ' | ' }}
56-
{%- endunless -%}
57-
{{ site.title }}
58-
</title>
53+
<title>
54+
{%- if page.layout == 'home' -%}
55+
{{ site.title }} - Insights from my tech journey
56+
{%- else -%}
57+
{{ page.title | append: ' | ' }}{{ site.title }}
58+
{%- endif -%}
59+
</title>
5960

6061
{% include_cached favicons.html %}
6162

0 commit comments

Comments
 (0)