diff --git a/_layouts/default.html b/_layouts/default.html
index aed4739..1a4df72 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -16,10 +16,8 @@
{% include header.html %}
{% endif %}
-
- {{ content }}
- {% include footer.html %}
-
+ {{ content }}
+ {% include footer.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index d4659cc..de465c9 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -13,6 +13,12 @@ layout: default
{{ content }}
+ {% if site.disqus %}
+
+
Comments
+ {% include disqus.html %}
+
+ {% endif %}
diff --git a/_sass/_post.scss b/_sass/_post.scss
index f3edfe1..df25968 100644
--- a/_sass/_post.scss
+++ b/_sass/_post.scss
@@ -11,6 +11,8 @@
.post-main {
margin-top: -35vh;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
flex-shrink: 0;
.post-container {
@@ -28,7 +30,7 @@
margin-top: 48px;
}
}
-
+
.post-content {
img {
width: 100%;
diff --git a/about.md b/about.md
index 1778a31..8e4d635 100644
--- a/about.md
+++ b/about.md
@@ -61,10 +61,6 @@ If you want to contribute to this project, please read the [CONTRIBUTING](https:
git push -u origin feature_branch
# Send a pull request for your feature branch
-###### Team
-[](http://github.com/oscarmcm)
-[](https://github.com/byroncorrales)
-
###### License
Licensed under the Apache 2.0 license.