fix semantic HTML5 article not div
This commit is contained in:
parent
a6192ae4bf
commit
1e525f348f
@ -115,7 +115,7 @@
|
|||||||
<div class="columns is-multiline is-centered has-text-centered">
|
<div class="columns is-multiline is-centered has-text-centered">
|
||||||
<!-- start of post -->
|
<!-- start of post -->
|
||||||
{% for article in articles_page.object_list %}
|
{% for article in articles_page.object_list %}
|
||||||
<div class="column is-4">
|
<article class="column is-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<!-- image for post -->
|
<!-- image for post -->
|
||||||
{% if article.image %}
|
{% if article.image %}
|
||||||
@ -180,7 +180,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- end of post content -->
|
<!-- end of post content -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<!-- end of post -->
|
<!-- end of post -->
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user