File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,11 @@ <h3>Donate</h3>
77 src ="//gttp.co/v1.js "> </ script >
88</ p >
99{% endif %}
10+
11+ {% if theme_tidelift_url %}
12+ < h3 > Professional support</ h3 >
13+ < p >
14+ Professionally-supported {{ project }} is available with the
15+ < a href ="{{ theme_tidelift_url }} "> Tidelift Subscription</ a > .
16+ </ p >
17+ {% endif %}
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ travis_button = false
2020codecov_button = false
2121gratipay_user =
2222gittip_user =
23+ tidelift_url =
2324analytics_id =
2425touch_icon =
2526canonical_url =
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ Variables and feature toggles
107107 string - used to display a `Travis-CI <https://travis-ci.org >`_ build status
108108 button in the sidebar. If ``true ``, uses your ``github_(user|repo) ``
109109 settings.
110+ * ``tidelift_url ``: Set your `Tidelift <https://tidelift.com/ >`_ project
111+ URL if you want a "Professional support" section in your sidebar.
110112* ``codecov_button ``: ``true ``, ``false `` or a Github-style ``"account/repo" ``
111113 string - used to display a `Codecov <https://codecov.io >`_ build status
112114 button in the sidebar. If ``true ``, uses your ``github_(user|repo) ``
You can’t perform that action at this time.
0 commit comments