diff options
-rw-r--r-- | app/views/home/_masthead.html.haml | 9 | ||||
-rw-r--r-- | config/customization.example/views/home/_masthead.html.haml | 4 |
2 files changed, 5 insertions, 8 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] diff --git a/config/customization.example/views/home/_masthead.html.haml b/config/customization.example/views/home/_masthead.html.haml deleted file mode 100644 index fde5915..0000000 --- a/config/customization.example/views/home/_masthead.html.haml +++ /dev/null @@ -1,4 +0,0 @@ -#masthead - .title - %span.sitename - %a{:href => home_path}= APP_CONFIG[:domain] |