fix semantic HTML
This commit is contained in:
parent
d2340f3032
commit
5858c0d816
@ -1,5 +1,5 @@
|
|||||||
<!-- post footer -->
|
<!-- post footer -->
|
||||||
<div class="card-content-footer">
|
<footer class="card-content-footer">
|
||||||
<span class="soumaicon">
|
<span class="soumaicon">
|
||||||
<svg>
|
<svg>
|
||||||
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#calendar" />
|
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#calendar" />
|
||||||
@ -62,6 +62,6 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</footer>
|
||||||
<!-- end of post footer -->
|
<!-- end of post footer -->
|
||||||
<!-- /.post-info -->
|
<!-- /.post-info -->
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
<!-- end page header -->
|
<!-- end page header -->
|
||||||
|
|
||||||
<!-- page content -->
|
<!-- page content -->
|
||||||
<div class="main-content">
|
<main class="main-content">
|
||||||
{%- block content -%}
|
{%- block content -%}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- start of posts -->
|
<!-- start of posts -->
|
||||||
@ -190,7 +190,7 @@
|
|||||||
{% include "pagination.html" %}
|
{% include "pagination.html" %}
|
||||||
<!-- end of pagination -->
|
<!-- end of pagination -->
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
</div>
|
</main>
|
||||||
<!-- end of page content -->
|
<!-- end of page content -->
|
||||||
<!-- .site-content -->
|
<!-- .site-content -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user