Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit f659db0

Browse files
committedDec 14, 2015
Fix bug in post layout gdgmanagua#28 and remove img from about demo gdgmanagua#27
1 parent 1b5f5e9 commit f659db0

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed
 

‎_layouts/default.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
{% include header.html %}
1717
{% endif %}
1818

19-
<main class="mdl-layout__content">
20-
{{ content }}
21-
{% include footer.html %}
22-
</main>
19+
{{ content }}
20+
{% include footer.html %}
2321

2422
</div>
2523
<!-- /End Layout -->

‎_layouts/page.html

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ <h3>{{ page.title }}</h3>
1313
<article class="post-content">
1414
<p>{{ content }}</p>
1515
</article>
16+
{% if site.disqus %}
17+
<div>
18+
<h3>Comments</h3>
19+
{% include disqus.html %}
20+
</div>
21+
{% endif %}
1622
</div>
1723
</div>
1824
</main>

‎_sass/_post.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
.post-main {
1313
margin-top: -35vh;
14+
-webkit-flex-shrink: 0;
15+
-ms-flex-negative: 0;
1416
flex-shrink: 0;
1517

1618
.post-container {
@@ -28,7 +30,7 @@
2830
margin-top: 48px;
2931
}
3032
}
31-
33+
3234
.post-content {
3335
img {
3436
width: 100%;

‎about.md

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ If you want to contribute to this project, please read the [CONTRIBUTING](https:
6161
git push -u origin feature_branch
6262
# Send a pull request for your feature branch
6363

64-
###### Team
65-
[![Oscar Cortez](https://avatars.githubusercontent.com/u/2553459?v=3&s=100)](http://github.com/oscarmcm)
66-
[![Byron Corrales](https://avatars.githubusercontent.com/u/99616?v=3&s=100)](https://github.com/byroncorrales)
67-
6864
###### License
6965
Licensed under the Apache 2.0 license.
7066

0 commit comments

Comments
 (0)
This repository has been archived.