[gimp-web/gimp-web-static] Fixed missing alt tags for validation



commit ebea48e443d8f16b6f27abc63cb8e82494b19e48
Author: Pat David <patdavid gmail com>
Date:   Fri Oct 9 14:40:51 2015 -0500

    Fixed missing alt tags for validation

 themes/newgimp/templates/base.html  |    4 ++--
 themes/newgimp/templates/index.html |   10 +++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 137460d..eceae9d 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -49,7 +49,7 @@
 
         <nav id="menu" style='display: none;'>
             <ul>
-                <li id='gimp-home'><a href="/"><img src='/images/wilber-tiny.png'> GIMP</a></li>
+                <li id='gimp-home'><a href="/"><img src='/images/wilber-tiny.png' alt='Tiny Wilber'> 
GIMP</a></li>
                 <li><a href="/downloads/"><i class="fa fa-download"></i> Download</a></li>
                 <li><a href="/news/"><i class="fa fa-newspaper-o"></i> News</a></li>
             {% for title, link in MENUITEMS %}
@@ -117,7 +117,7 @@
                 <div class="row clearfix">
                     <div class="column third">
                         <ul class="nav-bottom" id='bottom-nav'>
-                            <li id='nav-btm-gimp-home'><a href="/"><img src='/images/wilber-tiny.png'> 
GIMP</a></li>
+                            <li id='nav-btm-gimp-home'><a href="/"><img src='/images/wilber-tiny.png' 
alt='Tiny Wilber'> GIMP</a></li>
                             <li id="nav-btm-downloads"><a href="/downloads/"><i class="fa fa-download 
fa-fw"></i> Download</a></li>
                             <li id="nav-btm-news"><a href="/news/"><i class="fa fa-newspaper-o fa-fw"></i> 
News</a></li>
                         {% for title, link in MENUITEMS %}
diff --git a/themes/newgimp/templates/index.html b/themes/newgimp/templates/index.html
index c098e64..3c560ba 100644
--- a/themes/newgimp/templates/index.html
+++ b/themes/newgimp/templates/index.html
@@ -126,7 +126,7 @@
                         <div class='post-info'>
                             <abbr class="published" title="{{ article.date.isoformat() }}"> {{ 
article.locale_date }} </abbr>
 
-                            {#
+                            {# Suppressing the author info - they're all Wilber for now!
                             <address class="vcard author">By
                                 {% for author in article.authors %}
                                     <a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
@@ -140,6 +140,14 @@
                             {{ article.summary }} 
                         </div>
 
+                        {#
+                        <div class='entry-more'>
+                            <a href="{{ SITEURL }}/{{ article.url }}" rel='bookmark' title='Permalink to {{ 
article.title|striptags }}'>
+                                More &raquo;
+                            </a>
+                        </div>
+                        #}
+
                     </div>
 
                 </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]