diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-31 02:33:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-31 02:33:51 -0400 |
commit | c77411053b1a4cbe865c1da4db70f1be2cbf5346 (patch) | |
tree | d1acabe0ffc56d9220d848b40134504f275c2266 | |
parent | 2c8bbdf307899683ea8e2d934ec0ed2bfa3bc3d4 (diff) |
remove clickability on brand
-rw-r--r-- | templates/page.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.hamlet b/templates/page.hamlet index d9fee6eaf..8a2df1e4b 100644 --- a/templates/page.hamlet +++ b/templates/page.hamlet @@ -1,7 +1,7 @@ <div .navbar .navbar-fixed-top> <div .navbar-inner> <div .container> - <a .brand href="#"> + <a .brand> git-annex <ul .nav> $forall (name, route, isactive) <- navbar |