diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-03-10 19:28:51 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-03-10 19:28:51 +0100 |
commit | 7603cecd364eb04fe6eac75971107796171287ef (patch) | |
tree | 365ca4077c408c45da535cacd98eeefb8464cc58 /blog/_layouts/post.html | |
parent | 87cd103c98265adc2a0cb256b14cd7b1d2d8e543 (diff) | |
parent | 0cb9284d51b16d192f42e2d2a4c12a2911668b2e (diff) | |
download | norsk-urskog-main-7603cecd364eb04fe6eac75971107796171287ef.tar.gz norsk-urskog-main-7603cecd364eb04fe6eac75971107796171287ef.tar.bz2 norsk-urskog-main-7603cecd364eb04fe6eac75971107796171287ef.zip |
Merge branch 'responsive-design'
Diffstat (limited to 'blog/_layouts/post.html')
-rw-r--r-- | blog/_layouts/post.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/blog/_layouts/post.html b/blog/_layouts/post.html index 555bdc6..8a3cccb 100644 --- a/blog/_layouts/post.html +++ b/blog/_layouts/post.html @@ -5,9 +5,11 @@ layout: default <article class="post"> {% include post-header.html post = page %} <section class="post-body"> - {% if page.page-image %} - {{ page.page-image | img: "magick:resize:590x" }} - {% endif %} + <div class="post-image"> + {% if page.page-image %} + {{ page.page-image | img: "magick:resize:590x" }} + {% endif %} + </div> {{ content }} </section> <footer> |