summaryrefslogtreecommitdiff
path: root/docs/_templates/sidebar/brand.html
blob: ad0cae9896e55359f5a3e86a06a5a76b623b2115 (plain)
1
2
3
4
5
6
7
8
9
10
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>