[gimp-web/gimp-web-static] Modified article post info element from 'footer' to 'div'
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Modified article post info element from 'footer' to 'div'
- Date: Mon, 31 Aug 2015 16:42:11 +0000 (UTC)
commit c4b82f24b0de0c71c71d334a0827ca86392911b2
Author: Pat David <patdavid gmail com>
Date: Mon Aug 31 11:42:04 2015 -0500
Modified article post info element from 'footer' to 'div'
themes/newgimp/templates/article.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/article.html b/themes/newgimp/templates/article.html
index 7c3efbb..3f139f0 100644
--- a/themes/newgimp/templates/article.html
+++ b/themes/newgimp/templates/article.html
@@ -34,7 +34,7 @@
{# </header> #}
- <footer class="post-info">
+ <div class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</abbr>
@@ -50,7 +50,7 @@
{% endfor %}
</address>
{% endif %}
- </footer><!-- /.post-info -->
+ </div><!-- /.post-info -->
<div class="entry-content">
{{ article.content }}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]