Skip to content

Commit 8376bd5

Browse files
Include supported-by-posit script
1 parent f606c63 commit 8376bd5

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

_pkgdown.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ template:
66

77
includes:
88
in_header: |
9+
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
910
<script defer data-domain="ragg.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
1011
1112
development:
@@ -21,17 +22,17 @@ news:
2122
href: "https://www.tidyverse.org/blog/2019/07/ragg-0-1-0/"
2223

2324
reference:
24-
- title: Graphic Devices
25-
desc: >
26-
ragg provides several devices. They all share the same
27-
underlying rendering code, so the only difference is in their output
28-
formats.
29-
contents:
30-
- agg_png
31-
- agg_jpeg
32-
- agg_tiff
33-
- agg_webp
34-
- agg_webp_anim
35-
- agg_capture
36-
- agg_ppm
37-
- agg_record
25+
- title: Graphic Devices
26+
desc: >
27+
ragg provides several devices. They all share the same
28+
underlying rendering code, so the only difference is in their output
29+
formats.
30+
contents:
31+
- agg_png
32+
- agg_jpeg
33+
- agg_tiff
34+
- agg_webp
35+
- agg_webp_anim
36+
- agg_capture
37+
- agg_ppm
38+
- agg_record

0 commit comments

Comments
 (0)