parent
1b5f5e97da
commit
f659db0632
4 changed files with 11 additions and 9 deletions
|
|
@ -16,10 +16,8 @@
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<main class="mdl-layout__content">
|
{{ content }}
|
||||||
{{ content }}
|
{% include footer.html %}
|
||||||
{% include footer.html %}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /End Layout -->
|
<!-- /End Layout -->
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,12 @@ layout: default
|
||||||
<article class="post-content">
|
<article class="post-content">
|
||||||
<p>{{ content }}</p>
|
<p>{{ content }}</p>
|
||||||
</article>
|
</article>
|
||||||
|
{% if site.disqus %}
|
||||||
|
<div>
|
||||||
|
<h3>Comments</h3>
|
||||||
|
{% include disqus.html %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
.post-main {
|
.post-main {
|
||||||
margin-top: -35vh;
|
margin-top: -35vh;
|
||||||
|
-webkit-flex-shrink: 0;
|
||||||
|
-ms-flex-negative: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
.post-container {
|
.post-container {
|
||||||
|
|
@ -28,7 +30,7 @@
|
||||||
margin-top: 48px;
|
margin-top: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content {
|
.post-content {
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
4
about.md
4
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
|
git push -u origin feature_branch
|
||||||
# Send a pull request for your feature branch
|
# Send a pull request for your feature branch
|
||||||
|
|
||||||
###### Team
|
|
||||||
[](http://github.com/oscarmcm)
|
|
||||||
[](https://github.com/byroncorrales)
|
|
||||||
|
|
||||||
###### License
|
###### License
|
||||||
Licensed under the Apache 2.0 license.
|
Licensed under the Apache 2.0 license.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue