diff options
author | elijah <elijah@riseup.net> | 2015-07-23 14:59:57 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-07-23 14:59:57 -0700 |
commit | 0cbb8338af8a6660053cd123f898200314517307 (patch) | |
tree | 0a74c6998e7f4498ab934e70c3f8d474fe5aa7ee /app/views/home | |
parent | dd592044bba259a9d4922690d9d146d542165f30 (diff) |
make the default vanilla leap_web include a masthead on the home page.
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/_masthead.html.haml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/home/_masthead.html.haml b/app/views/home/_masthead.html.haml index 6759339..7419557 100644 --- a/app/views/home/_masthead.html.haml +++ b/app/views/home/_masthead.html.haml @@ -1,4 +1,5 @@ --# An example masthead: --# --# #masthead --# %h1 Example
\ No newline at end of file +-# masthead for the home page. +#masthead + .title + %span.sitename + %a{:href => home_path}= APP_CONFIG[:domain] |