diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-16 14:16:42 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-16 14:16:42 -0400 |
commit | b97a8ef94909bd07f7f2013a399ab43e310693bd (patch) | |
tree | bdaf20a7ca31df97a928112ad586b5f226dbd91b /js | |
parent | 13f09a2b8009732a50decdaf6e228275346764b0 (diff) |
js: layout: Add cute footer message.
* js/view/layout.js (guix.withLayout): Change footer copyright line.
Diffstat (limited to 'js')
-rw-r--r-- | js/view/layout.js | 6 |
1 files changed, 5 insertions, 1 deletions
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 ", |