diff options
Diffstat (limited to 'app/views')
-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] |