diff options
Diffstat (limited to 'docs/_templates/indexsidebar.html')
| -rw-r--r-- | docs/_templates/indexsidebar.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index b8c6148e..d803b8a3 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -1,3 +1,10 @@ +<h3 class="donation">For Enterprise</h3> + +<p> +Professionally-supported {{ project }} is available with the +<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=referral">Tidelift Subscription</a>. +</p> + <h3>Download</h3> <p>Current version: <b>{{ version }}</b></p> @@ -5,11 +12,4 @@ <h3>Questions? Suggestions? Contributions?</h3> -<p>Visit the <a href="https://github.com/pypa/setuptools">Setuptools project page</a> </p> - -<h3 class="donation">Professional support</h3> - -<p> -Professionally-supported {{ project }} is available with the -<a href="https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme">Tidelift Subscription</a>. -</p> +<p>Visit the <a href="{{ package_url }}">Project page</a> </p> |
