diff options
Diffstat (limited to 'config/customization.example/views/pages')
-rw-r--r-- | config/customization.example/views/pages/privacy-policy.en.md | 3 | ||||
-rw-r--r-- | config/customization.example/views/pages/privacy-policy.es.md | 3 |
2 files changed, 6 insertions, 0 deletions
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 |