From b97a8ef94909bd07f7f2013a399ab43e310693bd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 16 Jun 2015 14:16:42 -0400 Subject: js: layout: Add cute footer message. * js/view/layout.js (guix.withLayout): Change footer copyright line. --- js/view/layout.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/view/layout.js b/js/view/layout.js index 26e912d..0acfe26 100644 --- a/js/view/layout.js +++ b/js/view/layout.js @@ -19,7 +19,11 @@ var guix = guix || {}; guix.withLayout = (function() { var footer = m("footer", m("small.text-center", [ - m("p", "Copyright © 2014, 2015 guix-web contributors"), + m("p", [ + "Made with ", + m("strong", "λ"), + " by the GNU Guix hackers — Copyright © 2014, 2015" + ]), m("ul.list-inline", [ m("li", [ "Guix-web is licensed under the ", -- cgit v1.2.3