[gimp-web] themes: add a "Sponsors" link in bottom page template.



commit af728988926021c7ec13f04d65cb0debc7555297
Author: Jehan <jehan girinstud io>
Date:   Wed Sep 29 13:36:44 2021 +0200

    themes: add a "Sponsors" link in bottom page template.
    
    - IRC is moved at top of the social links.
    - The "Sponsors" page is added to the bottom of center link list, as
      proposed by nmat on IRC.

 themes/newgimp/templates/base.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 0a04df0e..f4f73602 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -211,13 +211,14 @@
                         <ul>
                             <li><a href='/bugs/'>Bug Reports</a></li>
                             <li><a href='/mail_lists.html'>Mailing Lists</a></li>
-                            <li><a href='/irc.html'>IRC</a></li>
                             <li><a href='/books/'>Books</a></li>
+                            <li><a href='/donating/sponsors.html'>Sponsors</a></li>
                         </ul>
                     </div>
 
                     <div class='column third'>
                         <ul class='social-links'>
+                            <li><a href='/irc.html'>IRC</a></li>
                             <li><a href='https://twitter.com/gimp_official' title='Follow us on 
Twitter'>Twitter</a></li>
                             <li><a href='https://www.facebook.com/gimpofficial/' title='Follow us on 
Facebook'>Facebook</a></li>
                         </ul>


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