diff --git a/_layouts/api-index.html b/_layouts/api-index.html index a93613a..ad03761 100644 --- a/_layouts/api-index.html +++ b/_layouts/api-index.html @@ -117,7 +117,11 @@

{{ page.title }}

Not finding the help you need?
+ {% if site.contact_support_url %} + Contact support + {% else %} Contact support + {% endif %}
{% if site.edit_repo_url and page.is_search_page != true and page.editable != false %} Improve this article diff --git a/_layouts/documentation.html b/_layouts/documentation.html index fd653e9..517330c 100644 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -103,7 +103,11 @@

{{ page.title }}

Not finding the help you need?
+ {% if site.contact_support_url %} + Contact support + {% else %} Contact support + {% endif %}
{% if site.edit_repo_url and page.is_search_page != true and page.editable != false %} Improve this article