diff --git a/_includes/site_index.html b/_includes/site_index.html
index f6a14a9..3621c88 100644
--- a/_includes/site_index.html
+++ b/_includes/site_index.html
@@ -23,7 +23,7 @@
{% else -%}
{% assign page_description = '' -%}
{% endif -%}
- {{page.title}}{{page.description}}
+ {{page.title}}{{page_description}}
{% endif -%}
{% endif -%}
{% endif -%}
diff --git a/_layouts/default.html b/_layouts/default.html
index 31f4781..9563661 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -32,6 +32,7 @@ {{ site.description | default: site.github.project_tagline }}