This commit is contained in:
Levi 2016-12-13 10:54:05 -05:00
commit a84a88479f
9 changed files with 287 additions and 33 deletions

View file

@ -5,12 +5,12 @@
<div class="row">
<div class="col-md-4">
<img style="margin-top:11%"src="{% thumbnail post.main_image 240x235 crop upscale subject_location=post.main_image.subject_location %}"/>
<a href="{{ post.get_absolute_url }}">
<img style="margin-top:11%"src="{% thumbnail post.main_image 240x235 crop upscale subject_location=post.main_image.subject_location %}"/>
</a>
</div>
<div class="col-md-8">
<a href=" {{ post.get_absolute_url }} ">
<a href="{{ post.get_absolute_url }}">
<h2 class="post-title">
{{ post.title }}
</h2>