diff --git a/_includes/services.html b/_includes/page_content.html
similarity index 92%
rename from _includes/services.html
rename to _includes/page_content.html
index 59089ebf3..e4cb1ce3c 100644
--- a/_includes/services.html
+++ b/_includes/page_content.html
@@ -12,7 +12,7 @@
{{ post.title }}
- {{ post.description }}
+ {{ post.content }}
@@ -35,7 +35,7 @@
{{ post.title }}
{{ post.title }}
- {{ post.description }}
+
{{ post.content }}
diff --git a/_layouts/default.html b/_layouts/default.html
index 01351ef01..c815a61b5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,9 +5,9 @@
{% include header.html %}
{% include about.html %}
- {% include services.html %}
+ {% include page_content.html %}
{% include contact.html %}
{% include footer.html %}
{% include js.html %}
-