parent
8d92ebca88
commit
a84a88479f
9 changed files with 287 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue