summaryrefslogtreecommitdiff
path: root/alabaster-lite/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/main.html')
-rw-r--r--alabaster-lite/main.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html
index cb994e4..ee56621 100644
--- a/alabaster-lite/main.html
+++ b/alabaster-lite/main.html
@@ -6,10 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
- {% if page.title and not page.is_homepage %}
- {{ page.title }} &mdash;
- {% endif %}
- {{ config.site_name }}
+ {% if page.title %} {{ page.title }} &mdash; {% endif %} {{ config.site_name }}
</title>
<link rel="stylesheet" href="{{ base_url }}/css/alabaster.css" type="text/css">