spaces -> tabs
This commit is contained in:
parent
8582e8483d
commit
20fab2b084
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<header>
|
||||
<h3><a href="{{ post.get_absolute_url }}">{{ post.title }}</a></h3>
|
||||
{% block blog_meta %}
|
||||
{% include "djangocms_blog/includes/blog_meta.html" %}
|
||||
{% include "djangocms_blog/includes/blog_meta.html" %}
|
||||
{% endblock %}
|
||||
</header>
|
||||
{% if image and post.main_image %}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<header>
|
||||
<h2>{% render_model post "title" %}</h2>
|
||||
{% block blog_meta %}
|
||||
{% include "djangocms_blog/includes/blog_meta.html" %}
|
||||
{% include "djangocms_blog/includes/blog_meta.html" %}
|
||||
{% endblock %}
|
||||
</header>
|
||||
{% if post.main_image_id %}
|
||||
|
|
Loading…
Reference in a new issue