diff options
author | elijah <elijah@riseup.net> | 2015-07-23 14:17:51 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-07-23 14:17:51 -0700 |
commit | dd592044bba259a9d4922690d9d146d542165f30 (patch) | |
tree | 2627074baf18dd282781fd40273da9184dae9336 /config/customization.example/views | |
parent | 002e764c4b8f03f472d7d6d3473289653dd897a5 (diff) |
added customization example
Diffstat (limited to 'config/customization.example/views')
3 files changed, 10 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] diff --git a/config/customization.example/views/pages/privacy-policy.en.md b/config/customization.example/views/pages/privacy-policy.en.md new file mode 100644 index 0000000..a02337d --- /dev/null +++ b/config/customization.example/views/pages/privacy-policy.en.md @@ -0,0 +1,3 @@ +# Custom Privacy Policy + +This is our privacy policy.
\ No newline at end of file diff --git a/config/customization.example/views/pages/privacy-policy.es.md b/config/customization.example/views/pages/privacy-policy.es.md new file mode 100644 index 0000000..167f3a1 --- /dev/null +++ b/config/customization.example/views/pages/privacy-policy.es.md @@ -0,0 +1,3 @@ +# Custom Política de Privacidad + +Esta es nuestra política de privacidad.
\ No newline at end of file |