Skip to content

Commit 5d493f4

Browse files
Add standard supported banner (#1720) (#1729)
(cherry picked from commit 942c3b3) Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
1 parent fa92e74 commit 5d493f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_quarto.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,13 @@ format:
682682
code-copy: true
683683
code-overflow: wrap
684684
css: styles.css
685+
include-in-header:
686+
- text: |
687+
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js"
688+
data-light-bg="#dee2e6"
689+
data-light-text="#404041"
690+
data-dark-lt="#ffffff"
691+
data-dark-gt="#ffffff"></script>
685692
include-after-body: js.html
686693
grid:
687694
sidebar-width: 250px

0 commit comments

Comments
 (0)