[gtk-web/new-website] Clean up the footer



commit 90eb0cea2010e25bc3477e742dcfc4333eb6412b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jan 7 18:53:31 2020 +0000

    Clean up the footer
    
    The wording of the footer needs to be tweaked a bit.

 _includes/footer.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/_includes/footer.html b/_includes/footer.html
index 1b0bf83..8210b69 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -13,10 +13,10 @@ to make changes related to the content, edit the `_data/navigation.yml`
         <a href="https://www.gnome.org/";><img src="{{ '/assets/img/logo-gnome-horizontal.svg' | prepend: 
site.url }}"
             class="img-fluid pb-2" width="100" /></a>
         <p>GTK is hosted by GNOME.</p>
-        <p>GTK is maintained by the core team of <strong><a href="{{ '/community#contributors' | prepend: 
site.url }}" class="text-muted">contributors</a></strong> under GNOME.</p>
+        <p>GTK is maintained by the <strong><a href="{{ '/community#contributors' | prepend: site.url }}" 
class="text-muted">GTK Team</a></strong>.</p>
         {% assign date_arr = site.time | date_to_string | split: ' ' %}
         {% assign year = date_arr[2] %}
-        <p>&copy; 2007-{{ year }}, The GTK Project. All Rights Reserved.</p>
+        <p>&copy; 2007-{{ year }}, The GTK Team. All Rights Reserved.</p>
       </div>
       <div class="col-12 col-sm-7 col-md-5 py-3 py-sm-2">
         <div class="d-flex">
@@ -43,8 +43,8 @@ to make changes related to the content, edit the `_data/navigation.yml`
       <div class="col-12 col-sm-12 col-md-3 py-3 py-sm-2">
         <h5>About the Site</h5>
         <ul class="list-unstyled text-small">
-          <li>Powered by <strong><a href="https://jekyllrb.com/"; class="text-muted">Jekyll</a></strong>.</li>
           <li>Hosted on <strong><a href="{{ site.website_repo }}" 
class="text-muted">Gitlab</a></strong>.</li>
+          <li>Powered by <strong><a href="https://jekyllrb.com/"; class="text-muted">Jekyll</a></strong>.</li>
         </ul>
         <ul class="list-unstyled list-inline text-small">
           {% assign social_links = site.data.navigation.social_links %}
@@ -90,4 +90,4 @@ to make changes related to the content, edit the `_data/navigation.yml`
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>


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