|
|
|
@ -31,7 +31,7 @@ |
|
|
|
<img src="{% static 'media/' %}{{ post.image_url }}"/> |
|
|
|
<img src="{% static 'media/' %}{{ post.image_url }}"/> |
|
|
|
<div class="inside_image_top"> |
|
|
|
<div class="inside_image_top"> |
|
|
|
{% if post.url %}<a href="{{ post.url }}">{% endif %} |
|
|
|
{% if post.url %}<a href="{{ post.url }}">{% endif %} |
|
|
|
<h1><span>{{ post.formatted_title }}</span></h1> |
|
|
|
<h1><span>{{ post.title }}</span></h1> |
|
|
|
{% if post.url %}</a>{% endif %} |
|
|
|
{% if post.url %}</a>{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if post.body %} |
|
|
|
{% if post.body %} |
|
|
|
|