fix semantic HTML

This commit is contained in:
Jesús 2019-06-07 21:13:57 -05:00
parent 1b8eceb884
commit 03a25dcfcc
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<!-- post footer --> <!-- post footer -->
<div class="card-content-footer mb-4"> <footer class="card-content-footer mb-4">
<span class="soumaicon text-info"> <span class="soumaicon text-info">
<svg> <svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/svg/master.svg#calendar" /> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/svg/master.svg#calendar" />
@ -63,6 +63,6 @@
{% else %} {% else %}
{% endif %} {% endif %}
</div> </footer>
<!-- end of post footer --> <!-- end of post footer -->
<!-- /.post-info --> <!-- /.post-info -->