+ {% for project in site.data.projects %}
+ {% if project.slug == page.slug %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {{ content }}
diff --git a/_project/cool-project.md b/_project/cool-project.md
index 2cca7cb..b27fe31 100644
--- a/_project/cool-project.md
+++ b/_project/cool-project.md
@@ -1,5 +1,6 @@
---
layout: project_single
title: "Cool Project"
+slug: "cool-project"
---
Just a demo text for now, which signifies there is lot of scope for improvement.
\ No newline at end of file
diff --git a/static/css/main.css b/static/css/main.css
index 99da2ee..720c774 100755
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -215,4 +215,5 @@ div.col-sm-3 img#about {
padding: 10px 10px 5px;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
-}
\ No newline at end of file
+}
+.post-content img, .content img {max-width: 100%}
\ No newline at end of file
+ {{ content }}