diff options
Diffstat (limited to 'alabaster-lite/main.html')
-rw-r--r-- | alabaster-lite/main.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html index cffe3c6..cb994e4 100644 --- a/alabaster-lite/main.html +++ b/alabaster-lite/main.html @@ -5,7 +5,12 @@ {% block head %} <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>{% if page.title %}{{ page.title }} — {% endif %}{{ config.site_name }}</title> + <title> + {% if page.title and not page.is_homepage %} + {{ page.title }} — + {% endif %} + {{ config.site_name }} + </title> <link rel="stylesheet" href="{{ base_url }}/css/alabaster.css" type="text/css"> <link rel="stylesheet" href="{{ base_url }}/css/fkfd.css" type="text/css"> |