[static-web] Dynamic copyright year on infrastructure.gnome.org/gnome.footer



commit 428819d47d2030b5003b628e9cda6ec4def7f926
Author: Andrea Veri <averi redhat com>
Date:   Mon Dec 19 12:20:32 2016 +0100

    Dynamic copyright year on infrastructure.gnome.org/gnome.footer

 infrastructure.gnome.org/gnome.footer |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/infrastructure.gnome.org/gnome.footer b/infrastructure.gnome.org/gnome.footer
index ef7cba4..ea22127 100644
--- a/infrastructure.gnome.org/gnome.footer
+++ b/infrastructure.gnome.org/gnome.footer
@@ -113,10 +113,11 @@
       </div>
 
       <div id="footnotes" class="grid_9">
-<p>Copyright &copy; 2004&ndash;2015, <a href="https://www.gnome.org/";>The GNOME Project</a>.</p>
+<p>Copyright &copy; 2004&ndash;<span id="current-year"></span> <a href="https://www.gnome.org/";>The GNOME 
Project</a>.</p>
 <br />
   <small><p>Hosted by <a href="http://www.redhat.com/";>Red Hat</a>. 
    Powered by <a href="http://hjemli.net/git/cgit/";>cgit</a>.</p>
 </div>
     </div>
+<script type="text/javascript">document.getElementById('current-year').innerHTML = new 
Date().getFullYear();</script>
   </div>


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