We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36090a commit 5244d2aCopy full SHA for 5244d2a
_quarto.yml
@@ -66,11 +66,6 @@ format:
66
fig-align: left
67
chalkboard: true
68
callout-icon: true
69
- dashboard:
70
- logo: assets/images/cake-emoji.png
71
- nav-buttons:
72
- - icon: github
73
- href: https://github.com/ImmunTech/CakeClub
74
75
csl: apa.csl
76
quarto-dashboard/ICC_dashboard.qmd
@@ -1,14 +1,12 @@
1
---
2
title: "Immunotechnology Cake Club"
3
-format: dashboard
+format:
4
+ dashboard:
5
+ logo: ../images/cake-emoji.png
6
+ nav-buttons:
7
+ - icon: github
8
+ href: https://github.com/ImmunTech/CakeClub
9
theme: minty
-include-before-body:
- text: |
- <style>
- #quarto-dashboard-header {
- display: none
10
- }
11
- </style>
12
13
14
```{r}
0 commit comments