branch: elpa-admin commit 7626ffa858b9b27ac372ba0caaad09bd0532b4f1 Author: Nicolas Petton <nico...@petton.fr> Commit: Nicolas Petton <nico...@petton.fr>
Website footer improvement * admin/archive-contents.el: * html/index.html: Add a link to the FSF, and a copyright. * html/layout.css: Make the footer taller. --- admin/archive-contents.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/archive-contents.el b/admin/archive-contents.el index 7af9b3c..abe0147 100755 --- a/admin/archive-contents.el +++ b/admin/archive-contents.el @@ -535,8 +535,12 @@ Rename DIR/ to PKG-VERS/, and return the descriptor." <div class=\"footer\"> <div class=\"container\"> + <p>Copyright 2016 <a href=\"https://fsf.org\">Free Software Foundation</a>, Inc.</p> + <p>Design provided by <a href=\"http://nicolas.petton.fr\">Nicolas Petton</a></p> <p> - Copyright 2015 Free Software Foundation, Inc. + This website is licensed under the + <a href=\"https://creativecommons.org/licenses/by-nd/3.0/us/\">CC BY-ND 3.0</a> + US License. </p> </div> </div>