summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/sidebar/brand.html11
-rw-r--r--docs/_templates/sidebar/sponsor.html8
2 files changed, 11 insertions, 8 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>
diff --git a/docs/_templates/sidebar/sponsor.html b/docs/_templates/sidebar/sponsor.html
deleted file mode 100644
index db066a76c..000000000
--- a/docs/_templates/sidebar/sponsor.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{# GitHub Sponsors button, shown just below the logo in the sidebar. #}
-<div class="sidebar-sponsor" style="display: flex; justify-content: center; padding: 0.4rem var(--sidebar-item-spacing-horizontal) 0.6rem;">
- <iframe src="https://github.com/sponsors/hathach/button"
- title="Sponsor TinyUSB"
- height="32" width="114"
- style="border: 0; border-radius: 6px;"
- loading="lazy"></iframe>
-</div>