diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/title.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/title.html b/_includes/title.html index 40efd39..08643ad 100644 --- a/_includes/title.html +++ b/_includes/title.html @@ -1 +1,5 @@ +{% if page.id == "index" %} +<title>{{ site.title }}</title> +{% else %} <title>{{ page.title }} - {{ site.title }}</title> +{% endif %} |