Fixes youtube titles #2

master
Laurent 6 years ago
parent 01e6731f1e
commit 045657059f
  1. 2
      news/templates/news/post.html

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

Loading…
Cancel
Save