diff --git a/docs/free-offer.md b/docs/free-offer.md index 619c623..3fd3568 100644 --- a/docs/free-offer.md +++ b/docs/free-offer.md @@ -10,49 +10,6 @@ nype_config: Get our product for free by allowing us to feature your company name as a Fiori Tracker customer. -Contact us on `Show e-mail` or fill out the form below. +Contact us on {% include 'hidden_email.md' %} or fill out the form below. -
-
- - - - - - - - - -
-
\ No newline at end of file +{% include 'contact_form.md' %} \ No newline at end of file diff --git a/docs/offer.md b/docs/offer.md index 033040c..90de225 100644 --- a/docs/offer.md +++ b/docs/offer.md @@ -6,49 +6,6 @@ nype_config: --- # Offer Form -Contact us on `Show e-mail` or fill out the form below. +Contact us on {% include 'hidden_email.md' %} or fill out the form below. -
-
- - - - - - - - - -
-
\ No newline at end of file +{% include 'contact_form.md' %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 69bdd53..72479a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,4 +88,6 @@ plugins: remove_comments: true cache_safe: true - sap_icons + - macros: + on_error_fail: !ENV [CI, false]