diff options
Diffstat (limited to 'amber')
-rw-r--r-- | amber/layouts/default.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml index 6650f00..53b3c57 100644 --- a/amber/layouts/default.html.haml +++ b/amber/layouts/default.html.haml @@ -7,6 +7,7 @@ %link(rel="stylesheet" href="/assets/bootstrap.min.css")/ %link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")/ %link(rel="stylesheet" href="/assets/style.css")/ + %script(src="/assets/js/jquery.min.js") %body %a.bm-masthead{:href => '/'} .bm-bar @@ -19,3 +20,8 @@ (c) 2014 LEAP Encryption Access Project %div Everything available for download on this site is free and open source software. + %br + Source code available from + <a href="https://leap.se/git/">https://leap.se/git</a> + or + <a href="https://github.com/leapcode">https://github.com/leapcode</a>. |