diff options
author | elijah <elijah@riseup.net> | 2014-01-08 03:13:44 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-08 03:13:44 -0800 |
commit | 8b41350baf3aaa4988843a9bc2e8884abec07c4c (patch) | |
tree | 61dce1acbb916d37c8abf65f257b6d397b7dba1f /amber/layouts | |
parent | 020b3a8d972005207129a6af7a2c519fb0981820 (diff) |
switched to using amber, added all the main pages.
Diffstat (limited to 'amber/layouts')
-rw-r--r-- | amber/layouts/default.html.haml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml new file mode 100644 index 0000000..57d2f92 --- /dev/null +++ b/amber/layouts/default.html.haml @@ -0,0 +1,21 @@ +!!! +%html + %head + %title + = @page.nav_title + ' - ' + @site.title + %meta(name="viewport" content="width=device-width, initial-scale=1.0")/ + %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")/ + %body + %a.bm-masthead{:href => '/'} + .bm-bar + Bitmask + = I18n.t("Downloads") + .bm-main.container + = yield + %footer + %div + (c) 2014 LEAP Encryption Access Project + %div + Everything available for download on this site is free and open source software. |