Fixes styling issue

master
Laurent 6 years ago
parent 82d9e06f06
commit 667e0eb2cb
  1. 2
      news/templates/news/post.html

@ -14,7 +14,7 @@
<div class="quote"> <div class="quote">
{% endif %} {% endif %}
{% if post.style != 2 %} {% if post.style != 2 %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1> <a href="{{ post.url }}"><h1>{{ post.title }}</h1></a>
{% endif %} {% endif %}
{% if post.style == 1 %} {% if post.style == 1 %}
</div> </div>

Loading…
Cancel
Save