diff --git a/CHANGELOG.md b/CHANGELOG.md index de7bbbf..2b21089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,39 @@ # Change Log -## [v1.6.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.6.0) (2015-11-01) +## [v1.7.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.7.0) (2015-11-16) +[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.6.0...v1.7.0) +**Implemented enhancements:** + +- :bug: Fix images displaying wider than card [\#26](https://github.com/gdg-managua/jekyll-mdl/pull/26) ([thunsaker](https://github.com/thunsaker)) + +**Fixed bugs:** + +- Images are bleeding over the card view [\#25](https://github.com/gdg-managua/jekyll-mdl/issues/25) + +## [v1.6.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.6.0) (2015-11-01) [Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.5.0...v1.6.0) **Implemented enhancements:** - Unconventional use of floating action button [\#23](https://github.com/gdg-managua/jekyll-mdl/issues/23) +- JKM-23 fix Unconventional use of floating action button [\#24](https://github.com/gdg-managua/jekyll-mdl/pull/24) ([oscarmcm](https://github.com/oscarmcm)) **Fixed bugs:** - Unconventional use of floating action button [\#23](https://github.com/gdg-managua/jekyll-mdl/issues/23) -**Merged pull requests:** - -- JKM-23 fix Unconventional use of floating action button [\#24](https://github.com/gdg-managua/jekyll-mdl/pull/24) ([oscarmcm](https://github.com/oscarmcm)) - ## [v1.5.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.5.0) (2015-10-25) [Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.4.1...v1.5.0) +**Implemented enhancements:** + +- JKM-4 add support for disqus comments [\#22](https://github.com/gdg-managua/jekyll-mdl/pull/22) ([oscarmcm](https://github.com/oscarmcm)) + **Fixed bugs:** - Search not work in drawer mode [\#21](https://github.com/gdg-managua/jekyll-mdl/issues/21) -**Merged pull requests:** - -- JKM-4 add support for disqus comments [\#22](https://github.com/gdg-managua/jekyll-mdl/pull/22) ([oscarmcm](https://github.com/oscarmcm)) - ## [v1.4.1](https://github.com/gdg-managua/jekyll-mdl/tree/v1.4.1) (2015-10-05) [Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.4.0...v1.4.1) @@ -50,11 +57,15 @@ ## [v1.1.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.1.0) (2015-07-25) [Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.0.0...v1.1.0) -**Merged pull requests:** +**Implemented enhancements:** - Add a Bitdeli Badge to README [\#8](https://github.com/gdg-managua/jekyll-mdl/pull/8) ([bitdeli-chef](https://github.com/bitdeli-chef)) ## [v1.0.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.0.0) (2015-07-21) +**Implemented enhancements:** + +- JKM-1 Create site pagination [\#5](https://github.com/gdg-managua/jekyll-mdl/pull/5) ([oscarmcm](https://github.com/oscarmcm)) + **Fixed bugs:** - Broken vertical "more" menu [\#7](https://github.com/gdg-managua/jekyll-mdl/issues/7) @@ -63,10 +74,6 @@ - Highlight post and cards [\#2](https://github.com/gdg-managua/jekyll-mdl/issues/2) - Highlight post layout [\#1](https://github.com/gdg-managua/jekyll-mdl/issues/1) -**Merged pull requests:** - -- JKM-1 Create site pagination [\#5](https://github.com/gdg-managua/jekyll-mdl/pull/5) ([oscarmcm](https://github.com/oscarmcm)) - \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/_posts/2015-10-11-google-developers-group.markdown b/_posts/2015-10-11-google-developers-group.markdown index 451946a..444a4fe 100644 --- a/_posts/2015-10-11-google-developers-group.markdown +++ b/_posts/2015-10-11-google-developers-group.markdown @@ -8,6 +8,8 @@ image: http://4.bp.blogspot.com/-IOD6VutWGlA/UW8Jq05M0DI/AAAAAAAAAeA/OVckWFybKqg --- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. +![Dev Image](http://4.bp.blogspot.com/-IOD6VutWGlA/UW8Jq05M0DI/AAAAAAAAAeA/OVckWFybKqg/s1600/DSC01317.JPG) + Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus. diff --git a/_sass/_post.scss b/_sass/_post.scss index 7cd4924..f3edfe1 100644 --- a/_sass/_post.scss +++ b/_sass/_post.scss @@ -28,5 +28,10 @@ margin-top: 48px; } } - + + .post-content { + img { + width: 100%; + } + } }