From dd592044bba259a9d4922690d9d146d542165f30 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 23 Jul 2015 14:17:51 -0700 Subject: added customization example --- config/customization.example/views/home/_masthead.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/customization.example/views/home/_masthead.html.haml (limited to 'config/customization.example/views/home/_masthead.html.haml') 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] -- cgit v1.2.3