diff options
| author | Ha Thach <[email protected]> | 2026-06-30 16:11:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-30 16:11:24 +0700 |
| commit | da41189467c00e339b89f722b6c6e24e4481b288 (patch) | |
| tree | 1822de246f30fad267343a58831d71e4413fcb96 /docs/_templates | |
| parent | 40f4c12c6be504031d2e2808f191134739206b5e (diff) | |
| parent | 47ce85fc1916ea08bee3c70c261fd8674604f169 (diff) | |
Merge pull request #3745 from hathach/claude/release-0.21.0
Release 0.21.0
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebar/brand.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_templates/sidebar/brand.html b/docs/_templates/sidebar/brand.html new file mode 100644 index 000000000..ad0cae989 --- /dev/null +++ b/docs/_templates/sidebar/brand.html @@ -0,0 +1,11 @@ +{# Override furo's sidebar brand: keep the original (logo, links home), then add + a GitHub Sponsors button just below it. Using "!sidebar/brand.html" includes + the theme's own template, so we don't re-list furo's sidebar components and + stay decoupled from furo's internal layout. #} +{% include "!sidebar/brand.html" %} +<div class="sidebar-sponsor"> + <iframe src="https://github.com/sponsors/hathach/button" + title="Sponsor TinyUSB" + height="32" width="114" + loading="lazy"></iframe> +</div> |
