diff options
Diffstat (limited to 'libretube-theme/templates/article_info.html')
-rw-r--r-- | libretube-theme/templates/article_info.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libretube-theme/templates/article_info.html b/libretube-theme/templates/article_info.html index 6750b40..cd6e949 100644 --- a/libretube-theme/templates/article_info.html +++ b/libretube-theme/templates/article_info.html @@ -1,5 +1,5 @@ <!-- post footer --> -<div class="card-content-footer mb-4"> +<footer class="card-content-footer mb-4"> <span class="soumaicon text-info"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/svg/master.svg#calendar" /> @@ -63,6 +63,6 @@ {% else %} {% endif %} -</div> +</footer> <!-- end of post footer --> <!-- /.post-info --> |