diff options
Diffstat (limited to 'config/customization.example/views/home/_masthead.html.haml')
-rw-r--r-- | config/customization.example/views/home/_masthead.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/customization.example/views/home/_masthead.html.haml b/config/customization.example/views/home/_masthead.html.haml new file mode 100644 index 0000000..fde5915 --- /dev/null +++ b/config/customization.example/views/home/_masthead.html.haml @@ -0,0 +1,4 @@ +#masthead + .title + %span.sitename + %a{:href => home_path}= APP_CONFIG[:domain] |